From: Wolfgang Bumiller Date: Thu, 20 Dec 2012 18:32:57 +0000 (+0100) Subject: -ftrue-empty-strings now changes type_not_instr[TYPE_STRING] to INSTR_NOT_F X-Git-Tag: 0.2~50 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=db577fdf1779552b166d0ad8ce011b46f09e798b;p=xonotic%2Fgmqcc.git -ftrue-empty-strings now changes type_not_instr[TYPE_STRING] to INSTR_NOT_F --- diff --git a/main.c b/main.c index 8394df4..aaa61c3 100644 --- a/main.c +++ b/main.c @@ -582,6 +582,9 @@ int main(int argc, char **argv) { } } + if (OPTS_FLAG(TRUE_EMPTY_STRINGS)) + type_not_instr[TYPE_STRING] = INSTR_NOT_F; + util_debug("COM", "starting ...\n"); /* add macros */