aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/21.c
Commit message (Collapse)AuthorAgeFilesLines
* tccpp: allow "#define X defined Y ..."grischka2017-07-091-0/+36
That means: we do not macro-expand the argument of 'defined' Also: store the last token position into the TokenString structure in order to get rid of the tok_last function.