From 3fc3b2680581a59b3d08244a190d5d7bdcf80e45 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 10 Sep 2025 20:15:26 +0200 Subject: c: warn redefinition, allow redeclaratinos --- c.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c.h') 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 { -- cgit v1.2.3