aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/16.expect
Commit message (Collapse)AuthorAgeFilesLines
* tccpp: Fix macro_is_equalMichael Matz2016-12-151-0/+2
When tokens in macro definitions need cstr_buf inside get_tok_str, the second might overwrite the first (happens when tokens are multi-character non-identifiers, see testcase) in macro_is_equal, failing to diagnose a difference. Use a real local buffer.