aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--expression.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/expression.c b/expression.c
index 457e1fd0..cf076a9e 100644
--- a/expression.c
+++ b/expression.c
@@ -544,6 +544,7 @@ static struct token *unary_expression(struct token *token, struct expression **t
} type_information[] = {
{ &sizeof_ident, EXPR_SIZEOF },
{ &__alignof___ident, EXPR_ALIGNOF },
+ { &__alignof_ident, EXPR_ALIGNOF },
{ &__sizeof_ptr___ident, EXPR_PTRSIZEOF },
};
int i;