about summary refs log tree commit diff
path: root/wctype/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/wctype.h')
-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