diff options
| author | 2026-03-23 09:36:30 +0100 | |
|---|---|---|
| committer | 2026-03-23 09:36:30 +0100 | |
| commit | 14b4fd3b6a8ca34fa6c1b96b008d1a57c3074028 (patch) | |
| tree | dd39db12ac4d570ae555db630d0ff6daee26142d | |
| parent | 75c4a35e1884e64b6141df64a7df6293d38445b5 (diff) | |
c: __attribute__ in more places
| -rw-r--r-- | src/c.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |