mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-22 09:50:21 +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