aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cabs.v
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cabs.v')
-rw-r--r--cparser/Cabs.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/cparser/Cabs.v b/cparser/Cabs.v
index b3e4ffda..5865ab69 100644
--- a/cparser/Cabs.v
+++ b/cparser/Cabs.v
@@ -140,8 +140,7 @@ with expression :=
| MEMBEROFPTR : expression -> string -> expression
(* Non-standard *)
- | EXPR_ALIGNOF : expression -> expression
- | TYPE_ALIGNOF : (list spec_elem * decl_type) -> expression
+ | ALIGNOF : (list spec_elem * decl_type) -> expression
| BUILTIN_OFFSETOF : (list spec_elem * decl_type) -> list initwhat -> expression
with constant :=