aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/genx/char-props.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/genx/char-props.c')
-rw-r--r--libxsde/xsde/c/genx/char-props.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxsde/xsde/c/genx/char-props.c b/libxsde/xsde/c/genx/char-props.c
index 34865ca..a7af5a3 100644
--- a/libxsde/xsde/c/genx/char-props.c
+++ b/libxsde/xsde/c/genx/char-props.c
@@ -255,7 +255,7 @@ void genxSetCharProps(char * p)
charProp(p, 0x3007, GENX_LETTER|GENX_NAMECHAR);
rangeProp(p, 0x3021, 0x3029, GENX_LETTER|GENX_NAMECHAR);
-#endif // GENX_CHAR_TABLE_SIZE == 0x10000
+#endif /* GENX_CHAR_TABLE_SIZE == 0x10000 */
/*
* NameChar ::=
@@ -392,7 +392,7 @@ void genxSetCharProps(char * p)
rangeProp(p, 0x309D, 0x309E, GENX_NAMECHAR);
rangeProp(p, 0x30FC, 0x30FE, GENX_NAMECHAR);
-#endif // GENX_CHAR_TABLE_SIZE == 0x10000
+#endif /* GENX_CHAR_TABLE_SIZE == 0x10000 */
}
#include <xsde/c/post.h>