]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Lexer should keep newlines in merged lines, so will the preprocessor, but therefore...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 16 Nov 2012 22:13:53 +0000 (23:13 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 16 Nov 2012 22:13:53 +0000 (23:13 +0100)
commit515cafe8bd17a64f38c6bba73d234e79a215b775
treea3a0f9a4d9c4c466defe41267bb443d4f9526bd2
parent990450bfe02839007bf2364d918df5168e4b37a7
Lexer should keep newlines in merged lines, so will the preprocessor, but therefore the lexer will replace comments with actual spaces so we don't get borken output... also don't error about redifining a macro when inside a non-outputting #if branch
ftepp.c
lexer.c