aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/64_macro_nesting.c
Commit message (Collapse)AuthorAgeFilesLines
* Turn on a implicit-function-declaration warning by default.seyko2015-03-031-0/+2
| | | | | | | | A non declared function leads to a seriuos problems. And while gcc don't turn this warning on lets tcc do it. This warning can be turned off by -Wno-implicit-function-declaration option. And autor must explicitly do this if program must be compiled with this warning off.
* Add new tests for macro nestingThomas Preud'homme2014-04-071-0/+10