mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
Recognize C11' _Alignof
This commit is contained in:
parent
c4787e3626
commit
070646b790
1
tccgen.c
1
tccgen.c
@ -4829,6 +4829,7 @@ ST_FUNC void unary(void)
|
||||
case TOK_SIZEOF:
|
||||
case TOK_ALIGNOF1:
|
||||
case TOK_ALIGNOF2:
|
||||
case TOK_ALIGNOF3:
|
||||
t = tok;
|
||||
next();
|
||||
in_sizeof++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user