aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/expand.c b/expand.c
index ab296c73..b0789331 100644
--- a/expand.c
+++ b/expand.c
@@ -1180,6 +1180,7 @@ static int expand_expression(struct expression *expr)
case EXPR_POS:
return expand_pos_expression(expr);
+ case EXPR_GENERIC:
case EXPR_SIZEOF:
case EXPR_PTRSIZEOF:
case EXPR_ALIGNOF: