diff options
Diffstat (limited to 'src/parser.mly')
| -rw-r--r-- | src/parser.mly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.mly b/src/parser.mly index 926b9515..6a94219f 100644 --- a/src/parser.mly +++ b/src/parser.mly @@ -589,7 +589,7 @@ atomic_exp: { eloc (E_list($2)) } | Switch exp Lcurly case_exps Rcurly { eloc (E_case($2,$4)) } - | Sizeof nexp_typ + | Sizeof atomic_typ { eloc (E_sizeof($2)) } | Exit atomic_exp { eloc (E_exit $2) } |
