summaryrefslogtreecommitdiff
path: root/debugger/eval.ml
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>1997-02-26 15:07:57 +0000
committerPierre Weis <Pierre.Weis@inria.fr>1997-02-26 15:07:57 +0000
commita1d1dedc40aae256d7b09aa64574dc1b777a5fcb (patch)
tree4e34b1fbc185c1be523e7cbd47a76c6ca9cc6854 /debugger/eval.ml
parent9d9b6d5023c619526518fae28fc95c2f6ba10af3 (diff)
downloadocaml-a1d1dedc40aae256d7b09aa64574dc1b777a5fcb.tar.gz
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.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/eval.ml b/debugger/eval.ml
index 7f9f0a64f7..3c200501ee 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)