From 14b4fd3b6a8ca34fa6c1b96b008d1a57c3074028 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 23 Mar 2026 09:36:30 +0100 Subject: c: __attribute__ in more places --- src/c.c | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3