camlp4: fix a bug hidden by a previous one (extra semicolon in {a=b;})

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9057 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Nicolas Pouillard 2008-10-03 16:20:02 +00:00
parent dc27d2774b
commit 042b344ab2
1 changed files with 1 additions and 0 deletions

View File

@ -799,6 +799,7 @@ Very old (no more supported) syntax:
;
label_expr:
[ [ b1 = SELF; ";"; b2 = SELF -> <:rec_binding< $b1$ ; $b2$ >>
| b1 = SELF; ";" -> b1
| `ANTIQUOT ("rec_binding" as n) s ->
<:rec_binding< $anti:mk_anti ~c:"rec_binding" n s$ >>
| `ANTIQUOT (""|"anti" as n) s ->