X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=gmqcc.h;h=304cdaafe05eb27cb2668cbcf34d0fcaf7b2db04;hb=a7d3a2d6ea4d921046702de5839840f8a4f69bf5;hp=01ebd4a7b02a4fcdc5822d8fcc9a49105d2c2412;hpb=62d062f860c4388274b0545727b8ed1eb6b2db9d;p=xonotic%2Fgmqcc.git diff --git a/gmqcc.h b/gmqcc.h index 01ebd4a..304cdaa 100644 --- 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))))