]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.def
Adding strcat builtin to qcvm
[xonotic/gmqcc.git] / opts.def
index 697afdc1a15a4a49106318f52bc25137cd6b6b5a..c1532408eb167454422b68dce621594b3cabf67b 100644 (file)
--- a/opts.def
+++ b/opts.def
@@ -43,6 +43,7 @@
     GMQCC_DEFINE_FLAG(CORRECT_LOGIC)
     GMQCC_DEFINE_FLAG(TRUE_EMPTY_STRINGS)
     GMQCC_DEFINE_FLAG(FALSE_EMPTY_STRINGS)
+    GMQCC_DEFINE_FLAG(UTF8)
 #endif
 
 /* warning flags */
@@ -81,6 +82,7 @@
     GMQCC_DEFINE_FLAG(LOCALTEMPS,     1)
     GMQCC_DEFINE_FLAG(TAIL_RECURSION, 1)
     GMQCC_DEFINE_FLAG(TAIL_CALLS,     2)
+    GMQCC_DEFINE_FLAG(OVERLAP_LOCALS, 3)
 #endif
 
 /* some cleanup so we don't have to */