diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-11-07 01:35:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-11-07 01:35:04 +0000 |
commit | b57910379e9a0fa1c6985840bbbe19b30595e361 (patch) | |
tree | 9bf68210227e7cc5022fdefaa8510313b651e709 /wctype | |
parent | 2c6fe0bd3b270fc644dd4c773f2d47b93f404efe (diff) | |
download | glibc-b57910379e9a0fa1c6985840bbbe19b30595e361.tar glibc-b57910379e9a0fa1c6985840bbbe19b30595e361.tar.gz glibc-b57910379e9a0fa1c6985840bbbe19b30595e361.tar.bz2 glibc-b57910379e9a0fa1c6985840bbbe19b30595e361.zip |
update from 961105, second trycvs/libc-961107
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 7a165810cf..1b83b6821c 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.h @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ /* - * ISO/IEC 9899:1990/Amendment 1:1995 7.15: + * ISO C Standard, Amendment 1, 7.15: * Wide-character classification and mapping utilities <wctype.h> */ @@ -26,7 +26,6 @@ #define _WCTYPE_H 1 #include <features.h> - __BEGIN_DECLS /* We try to get wint_t from <stddef.h>, but not all GCC versions define it |