summaryrefslogtreecommitdiff
path: root/wctype
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-11-07 01:35:04 +0000
committerUlrich Drepper <drepper@redhat.com>1996-11-07 01:35:04 +0000
commitb57910379e9a0fa1c6985840bbbe19b30595e361 (patch)
tree9bf68210227e7cc5022fdefaa8510313b651e709 /wctype
parent2c6fe0bd3b270fc644dd4c773f2d47b93f404efe (diff)
update from 961105, second trycvs/libc-961107
Diffstat (limited to 'wctype')
-rw-r--r--wctype/wctype.h3
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