]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
adding opts_max_array_size with a default of 1024, adding some TODO errors for arrays...
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index fbc54f235a90280fcd47f33a6f43b56970994869..773b08ed711e815c89da14e1c64235f649b49a2f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -35,6 +35,7 @@ bool        opts_dump     = false;
 bool        opts_werror   = false;
 bool        opts_forcecrc = false;
 bool        opts_pp_only  = false;
+size_t      opts_max_array_size = 1024;
 
 uint16_t    opts_forced_crc;