mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-19 06:40:49 +00:00
-ftrue-empty-strings now changes type_not_instr[TYPE_STRING] to INSTR_NOT_F
This commit is contained in:
parent
34063108a6
commit
db577fdf17
1 changed files with 3 additions and 0 deletions
3
main.c
3
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 */
|
||||
|
|
Loading…
Reference in a new issue