aboutsummaryrefslogtreecommitdiff
path: root/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmt.c')
-rw-r--r--stmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmt.c b/stmt.c
index 843852c..e81b47b 100644
--- a/stmt.c
+++ b/stmt.c
@@ -16,6 +16,7 @@ label(struct func *f, struct scope *s)
struct block *b;
unsigned long long i;
+ attr(NULL, 0);
switch (tok.kind) {
case TCASE:
next();
@@ -70,6 +71,7 @@ stmt(struct func *f, struct scope *s)
struct block *b[4];
struct switchcases swtch;
+ attr(NULL, 0);
switch (tok.kind) {
/* 6.8.2 Compound statement */
case TLBRACE: