]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.def
fixing a leak in the hashtables, htdel didn't delete the hash_node_t entries
[xonotic/gmqcc.git] / opts.def
index 9b648336207458f33064568e9118af08fb74248b..0741115a5101a0289b78158f699028b1ab25030b 100644 (file)
--- a/opts.def
+++ b/opts.def
@@ -32,6 +32,9 @@
     GMQCC_DEFINE_FLAG(OMIT_NULL_BYTES)
     GMQCC_DEFINE_FLAG(ADJUST_VECTOR_FIELDS)
     GMQCC_DEFINE_FLAG(FTEPP)
+    GMQCC_DEFINE_FLAG(RELAXED_SWITCH)
+    GMQCC_DEFINE_FLAG(SHORT_LOGIC)
+    GMQCC_DEFINE_FLAG(PERL_LOGIC)
 #endif
 
 /* warning flags */
@@ -55,6 +58,7 @@
     GMQCC_DEFINE_FLAG(ASSIGN_FUNCTION_TYPES)
     GMQCC_DEFINE_FLAG(PREPROCESSOR)
     GMQCC_DEFINE_FLAG(MULTIFILE_IF)
+    GMQCC_DEFINE_FLAG(DOUBLE_DECLARATION)
 #endif
 
 /* some cleanup so we don't have to */