]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Only increment the buffer location for macro output whitespace stripping if the situa...
authorDale Weiler <weilercdale@gmail.com>
Tue, 8 Apr 2014 08:02:23 +0000 (04:02 -0400)
committerDale Weiler <weilercdale@gmail.com>
Tue, 8 Apr 2014 08:02:23 +0000 (04:02 -0400)
commit0db41f4279a72ed05f93a047baae53a159e23511
treed6ae00de1bca113906341fd6bff45ac735ed177e
parent15d1277158f9e4e235129fedcf2b8b79c4b833b9
Only increment the buffer location for macro output whitespace stripping if the situation is actually stripable, otherwise macros like #define foo(X) bar(#X), with foo(test) will expand to bartest) instead of bar(test). This should fix Xonotic builds.
ftepp.c