mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
tccpp.c: unterminated macro argument error message
#define a(x) x
a((
would produce "error: , expected" when what's actually expected is a
')'.
This commit is contained in:
parent
2f90db434e
commit
823d0583dc
Loading…
Reference in New Issue
Block a user