aboutsummaryrefslogtreecommitdiffhomepage
path: root/c.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-09-10 20:15:26 +0200
committerlemon <lsof@mailbox.org>2025-09-10 20:15:26 +0200
commit3fc3b2680581a59b3d08244a190d5d7bdcf80e45 (patch)
tree48ba5f49f02023f0e4967b583ea280d547e05ec6 /c.h
parent45591bc221bb8268567acdaa523cbac94d31a90e (diff)
c: warn redefinition, allow redeclaratinos
Diffstat (limited to 'c.h')
-rw-r--r--c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c.h b/c.h
index 33eef54..d9466fc 100644
--- a/c.h
+++ b/c.h
@@ -65,6 +65,7 @@ struct decl {
uchar scls;
uchar qual : 2;
uchar isenum : 1;
+ uchar isdef : 1;
struct span span;
const char *name;
union {