]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
adding opts_max_array_size with a default of 1024, adding some TODO errors for arrays...
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 01ebd4a7b02a4fcdc5822d8fcc9a49105d2c2412..304cdaafe05eb27cb2668cbcf34d0fcaf7b2db04 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1017,6 +1017,7 @@ extern bool        opts_werror;
 extern bool        opts_forcecrc;
 extern uint16_t    opts_forced_crc;
 extern bool        opts_pp_only;
+extern size_t      opts_max_array_size;
 
 /*===================================================================*/
 #define OPTS_FLAG(i) (!! (opts_flags[(i)/32] & (1<< ((i)%32))))