about summary refs log tree commit diff
path: root/conform/data/ctype.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/ctype.h-data')
-rw-r--r--conform/data/ctype.h-data6
1 files changed, 3 insertions, 3 deletions
diff --git a/conform/data/ctype.h-data b/conform/data/ctype.h-data
index f0aa947873..7454bd3288 100644
--- a/conform/data/ctype.h-data
+++ b/conform/data/ctype.h-data
@@ -16,12 +16,12 @@ function int toupper (int)
 function int isascii (int)
 function int toascii (int)
 
-# XPG says the following two are macros.  But we test a bit more strictly.
+// XPG says the following two are macros.  But we test a bit more strictly.
 function int _toupper (int)
 function int _tolower (int)
 
-# The following is not entirely correct.  It should be is[a-z]* but the
-# replacement fnmatch implementation does not grok it.
+// The following is not entirely correct.  It should be is[a-z]* but the
+// replacement fnmatch implementation does not grok it.
 allow is*
 allow to*