]> git.xonotic.org Git - xonotic/gmqcc.git/commit
introducing an immediate_is_true which follows the new -f flags on strings and vector...
authorWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 18:18:22 +0000 (19:18 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 18:18:22 +0000 (19:18 +0100)
commit4319922b3cd1b3da6a254ad69a5caa78cef13c34
treebb80fb7e0194975a420586f63dc2dc649a9bc043
parent6b9eff19f189c9f07650944d383a1dddc61d0655
introducing an immediate_is_true which follows the new -f flags on strings and vector truthfulness, used in logic-op constant folding; const folding now disabled for functions-constants on NOT because it's stupid
parser.c