mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +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:
Reference in New Issue
Block a user