summaryrefslogtreecommitdiff
path: root/debugger/printval.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2000-03-26 12:11:10 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2000-03-26 12:11:10 +0000
commit87ece3497ea10bd4141994e99a079c0fec4defca (patch)
tree8b8cbbae629a873aa2b272f2593b6c5d2fe402ff /debugger/printval.ml
parent5c65f975b239b5442776ef2c1413888753f080fe (diff)
downloadocaml-87ece3497ea10bd4141994e99a079c0fec4defca.tar.gz
Affichage des exceptions, suite
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2991 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'debugger/printval.ml')
-rw-r--r--debugger/printval.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/debugger/printval.ml b/debugger/printval.ml
index 48eaef1d25..a364a3d360 100644
--- a/debugger/printval.ml
+++ b/debugger/printval.ml
@@ -66,6 +66,7 @@ module EvalPath =
else Debugcom.Remote_value.field v pos
| Papply(p1, p2) ->
raise Error
+ let same_value = Debugcom.Remote_value.same
end
module Printer = Genprintval.Make(Debugcom.Remote_value)(EvalPath)