diff options
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1037,7 +1037,7 @@ unaryexpr(struct scope *s) e = mkbinaryexpr(&tok.loc, TEQL, e, mkconstexpr(&typeint, 0)); break; case TSIZEOF: - case T_ALIGNOF: + case TALIGNOF: next(); if (consume(TLPAREN)) { t = typename(s, NULL); |