]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.def
update old_string after a recursive preprocess call so we don't reset to a free'd...
[xonotic/gmqcc.git] / opts.def
index 1c362d32b8983725ddfd55c271538ad5d0281a89..9b648336207458f33064568e9118af08fb74248b 100644 (file)
--- a/opts.def
+++ b/opts.def
@@ -31,6 +31,7 @@
     GMQCC_DEFINE_FLAG(DARKPLACES_STRING_TABLE_BUG)
     GMQCC_DEFINE_FLAG(OMIT_NULL_BYTES)
     GMQCC_DEFINE_FLAG(ADJUST_VECTOR_FIELDS)
+    GMQCC_DEFINE_FLAG(FTEPP)
 #endif
 
 /* warning flags */
@@ -53,6 +54,7 @@
     GMQCC_DEFINE_FLAG(END_SYS_FIELDS)
     GMQCC_DEFINE_FLAG(ASSIGN_FUNCTION_TYPES)
     GMQCC_DEFINE_FLAG(PREPROCESSOR)
+    GMQCC_DEFINE_FLAG(MULTIFILE_IF)
 #endif
 
 /* some cleanup so we don't have to */