aboutsummaryrefslogtreecommitdiff
path: root/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'expr.c')
-rw-r--r--expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expr.c b/expr.c
index 67976b8..9868c4c 100644
--- a/expr.c
+++ b/expr.c
@@ -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);