summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>2001-12-29 08:58:11 +0000
committerDaniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>2001-12-29 08:58:11 +0000
commitb7d828af60ffda28eb95c65fc1ff096abdca2224 (patch)
tree5abb19c73ca4e94e34372bb92404424ac0ca2590
parent521585e82c1c991f15ecdbd54c53f0d0d31eefe9 (diff)
downloadocaml-b7d828af60ffda28eb95c65fc1ff096abdca2224.tar.gz
-
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4204 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--camlp4/etc/pa_ru.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlp4/etc/pa_ru.ml b/camlp4/etc/pa_ru.ml
index 07088e5437..9e9522fa95 100644
--- a/camlp4/etc/pa_ru.ml
+++ b/camlp4/etc/pa_ru.ml
@@ -29,7 +29,7 @@ EXTEND
| _ -> <:expr< do { $list:seq$ } >> ] ] ]
;
sequence:
- [ [ "let"; o = OPT "rec"; l = LIST1 let_binding SEP "and"; [ "in"; ";" ];
+ [ [ "let"; o = OPT "rec"; l = LIST1 let_binding SEP "and"; [ "in" | ";" ];
el = SELF ->
let e =
match el with