1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-03-14 09:10:07 +08:00
Commit Graph

1 Commits

Author SHA1 Message Date
grischka
6c468c10f7 tccpp: allow "#define X defined Y ..."
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.
2017-07-09 11:46:14 +02:00