aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-23 09:36:30 +0100
committerlemon <lsof@mailbox.org>2026-03-23 09:36:30 +0100
commit14b4fd3b6a8ca34fa6c1b96b008d1a57c3074028 (patch)
treedd39db12ac4d570ae555db630d0ff6daee26142d
parent75c4a35e1884e64b6141df64a7df6293d38445b5 (diff)
c: __attribute__ in more places
-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: