Fix parsing failure for self-check.
commit12c42b0db420ea4ac5189b8ee5b9a71056c18fb4
authorMihail Groza <unlupdestepa@gmail.com>
Tue, 14 Mar 2017 22:05:49 +0000 (14 22:05 +0000)
committerMihail Groza <unlupdestepa@gmail.com>
Tue, 14 Mar 2017 22:05:49 +0000 (14 22:05 +0000)
tree16ebceebb3a0612e5c2effccc3d05317290fcb66
parent5357c184b4f35af588518a8556b35b0d2f8299c1
Fix parsing failure for self-check.

Trying to be too smart is dangerous: avoiding redefinition by using
constant string macros for string literal splicing works for a regular
compiler, but fails due to Splint's choice of not expanding macros (in
order to check them). Reverted to previous code to allow self-checks.
src/flags.def