]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
-ftrue-empty-strings now changes type_not_instr[TYPE_STRING] to INSTR_NOT_F
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index fdcb56ba8a5efa4f1a5dfe0c313600c5b8e1954c..af3d2c1d00434d7ce94a6636f71d311fab7d6931 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -826,9 +826,10 @@ typedef struct {
     longbit     bit;
 } opts_flag_def;
 
-bool opts_setflag (const char *, bool);
-bool opts_setwarn (const char *, bool);
-bool opts_setoptim(const char *, bool);
+bool opts_setflag  (const char *, bool);
+bool opts_setwarn  (const char *, bool);
+bool opts_setwerror(const char *, bool);
+bool opts_setoptim (const char *, bool);
 
 void opts_init         (const char *, int, size_t);
 void opts_set          (uint32_t   *, size_t, bool);