Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.09@7309 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Michel Mauny authored and Michel Mauny committed Jan 5, 2006
1 parent 37df87d commit f234bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion camlp4/etc/pr_o.ml
Expand Up @@ -1408,7 +1408,8 @@ pr_expr.pr_levels :=
<:expr< while $_$ do { $list:_$ } >> | <:expr< ($list: _$) >> |
<:expr< let $opt:_$ $list:_$ in $_$ >> |
<:expr< let module $_$ = $_$ in $_$ >> |
<:expr< new $list:_$ >> |
(* Note: `new' is treated differently in pa_o and in pa_r,
and should not occur at this level *)
<:expr< assert $_$ >> | <:expr< lazy $_$ >> as e ->
fun curr next dg k ->
[: `S LO "("; `expr e "" [: `HVbox [: `S RO ")"; k :] :] :]
Expand Down

0 comments on commit f234bc0

Please sign in to comment.