diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 1997-02-26 15:07:57 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 1997-02-26 15:07:57 +0000 |
commit | a1d1dedc40aae256d7b09aa64574dc1b777a5fcb (patch) | |
tree | 4e34b1fbc185c1be523e7cbd47a76c6ca9cc6854 /debugger/eval.ml | |
parent | 9d9b6d5023c619526518fae28fc95c2f6ba10af3 (diff) |
Changement des boi^tes hov
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1308 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'debugger/eval.ml')
-rw-r--r-- | debugger/eval.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/eval.ml b/debugger/eval.ml index 7f9f0a64f..3c200501e 100644 --- a/debugger/eval.ml +++ b/debugger/eval.ml @@ -143,7 +143,7 @@ and find_label lbl env ty path tydesc pos = function open Format let report_error error = - open_hovbox 0; + open_box 0; begin match error with Unbound_identifier id -> print_string "Unbound identifier "; print_string (Ident.name id) |