mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
Report error when redefining enumerator
Prevent the following code from compiling:
enum color {RED, GREEN, BLUE};
enum rgb {RED, G, B};
This commit is contained in:
parent
82969f045c
commit
673befd2d7
Loading…
Reference in New Issue
Block a user