diff options
| author | 2025-09-10 20:15:26 +0200 | |
|---|---|---|
| committer | 2025-09-10 20:15:26 +0200 | |
| commit | 3fc3b2680581a59b3d08244a190d5d7bdcf80e45 (patch) | |
| tree | 48ba5f49f02023f0e4967b583ea280d547e05ec6 /c.h | |
| parent | 45591bc221bb8268567acdaa523cbac94d31a90e (diff) | |
c: warn redefinition, allow redeclaratinos
Diffstat (limited to 'c.h')
| -rw-r--r-- | c.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ struct decl { uchar scls; uchar qual : 2; uchar isenum : 1; + uchar isdef : 1; struct span span; const char *name; union { |