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, 4 insertions, 0 deletions
diff --git a/libxsde/xsde/c/genx/char-props.c b/libxsde/xsde/c/genx/char-props.c
index 123f4d5..34865ca 100644
--- a/libxsde/xsde/c/genx/char-props.c
+++ b/libxsde/xsde/c/genx/char-props.c
@@ -11,6 +11,8 @@
* This version is generated semi-automatically from the source code of the
* XML specification via emacs global replace and keyboard macros
*/
+#include <xsde/c/pre.h>
+
#include "genx.h"
static void charProp(char * p, int c, int prop)
@@ -392,3 +394,5 @@ void genxSetCharProps(char * p)
#endif // GENX_CHAR_TABLE_SIZE == 0x10000
}
+
+#include <xsde/c/post.h>