aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/pre_parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/pre_parser.mly')
-rw-r--r--cparser/pre_parser.mly1
1 files changed, 0 insertions, 1 deletions
diff --git a/cparser/pre_parser.mly b/cparser/pre_parser.mly
index 04fbcb94..71eaf419 100644
--- a/cparser/pre_parser.mly
+++ b/cparser/pre_parser.mly
@@ -275,7 +275,6 @@ unary_expression:
| unary_operator cast_expression
| SIZEOF unary_expression
| SIZEOF LPAREN type_name RPAREN
-| ALIGNOF unary_expression
| ALIGNOF LPAREN type_name RPAREN
{}