Skip to content

Commit 8c20523

Browse files
committed
Treat 'typename' as an attribute.
Relates to arduino#1
1 parent 9362fa7 commit 8c20523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,6 +1733,7 @@ static void processToken (tokenInfo *const token, statementInfo *const st)
17331733
case KEYWORD_NONE: processName (st); break;
17341734
case KEYWORD_ABSTRACT: st->implementation = IMP_ABSTRACT; break;
17351735
case KEYWORD_ATTRIBUTE:
1736+
case KEYWORD_TYPENAME:
17361737
case KEYWORD_INLINE: skipParens (); initToken (token); break;
17371738
case KEYWORD_BIND: st->declaration = DECL_BASE; break;
17381739
case KEYWORD_BIT: st->declaration = DECL_BASE; break;

0 commit comments

Comments
 (0)