-ftrue-empty-strings now changes type_not_instr[TYPE_STRING] to INSTR_NOT_F

This commit is contained in:
Wolfgang Bumiller 2012-12-20 19:32:57 +01:00
parent 34063108a6
commit db577fdf17

3
main.c
View file

@ -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 */