aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/genx/char-props.c
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:33:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:33:20 +0200
commitab27d628b1e1500a22597acad013c4b50e5474a9 (patch)
tree81b84eb7a3a42b97cc2b4b16c197d4b322285929 /libxsde/xsde/c/genx/char-props.c
parent796f815130d4345c13c060021835f78156ffc555 (diff)
Use C-style comments in the C code
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>