diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-17 17:15:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-17 17:15:50 +0000 |
commit | 5ef5cbb6208180c5c3550c4e2f81a40dcb1618cc (patch) | |
tree | 7d631dd15bf1fce675bdd7683060d17d75c79dd1 /wctype | |
parent | 4708f2b1f91171d94dd1b95f20a47154cabbb2f2 (diff) | |
download | glibc-5ef5cbb6208180c5c3550c4e2f81a40dcb1618cc.tar glibc-5ef5cbb6208180c5c3550c4e2f81a40dcb1618cc.tar.gz glibc-5ef5cbb6208180c5c3550c4e2f81a40dcb1618cc.tar.bz2 glibc-5ef5cbb6208180c5c3550c4e2f81a40dcb1618cc.zip |
Add rules to run scripts/begin-end-check.pl.
Diffstat (limited to 'wctype')
-rw-r--r-- | wctype/wctype.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wctype/wctype.h b/wctype/wctype.h index f5519aa4eb..5bfe43895c 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996,97,98,99,2000,01,02 Free Software Foundation, Inc. +/* Copyright (C) 1996-2002, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -44,7 +44,6 @@ typedef unsigned int wint_t; # ifdef __USE_ISOC99 __USING_NAMESPACE_C99(wint_t) # endif -__END_NAMESPACE_C99 # endif /* Constant expression of type `wint_t' whose value does not correspond |