]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Since like with parsing, the preprocessor state has to be preserved across files...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 18 Nov 2012 10:54:11 +0000 (11:54 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 18 Nov 2012 10:54:11 +0000 (11:54 +0100)
commit366557bbab6605e819743b183372bb15569dfd7c
tree34f1c84ce2bd6e914c692c0fafbf31c3d52a5707
parent2b65ea599fffe30ff8f9bc0dc8a166f822cc8cf6
Since like with parsing, the preprocessor state has to be preserved across files for macros, we do that now, and with that introduce a new warning: -Wmultifile-if in case an #if spans over several command-line-provided source files (or progs.src file provided for that matter)
ftepp.c
gmqcc.h
main.c
opts.def