aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c.c b/src/c.c
index 6446ab5..0feb634 100644
--- a/src/c.c
+++ b/src/c.c
@@ -2439,6 +2439,8 @@ declspec(DeclState *st, CComp *cm, Span *pspan)
}
/* fallthru */
default:
+ if (attrspec(cm, &st->attr))
+ continue;
goto End;
case TKW_BitInt:
case TKW_Decimal128: case TKW_Decimal32: