]> git.xonotic.org Git - xonotic/gmqcc.git/blob - flags.def
the lexer now doesn't _allocate_ the token structure, also: the vector holding the...
[xonotic/gmqcc.git] / flags.def
1 #ifndef GMQCC_DEFINE_FLAG
2 #define GMQCC_DEFINE_FLAG(x)
3 #endif
4
5 GMQCC_DEFINE_FLAG(OVERLAP_LOCALS)
6 GMQCC_DEFINE_FLAG(DARKPLACES_STRING_TABLE_BUG)
7 GMQCC_DEFINE_FLAG(OMIT_NULL_BYTES)
8 GMQCC_DEFINE_FLAG(ADJUST_VECTOR_FIELDS)