aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorherbelin2004-02-16 16:12:41 +0000
committerherbelin2004-02-16 16:12:41 +0000
commit99d953ef36f5e587c623736fb960d821b4d2b6f7 (patch)
tree190733a7eb8db96d6f5816c6ba2519e475d707a4 /lib
parentf76deb76f62e1bf30b2f7a160876c395d566971a (diff)
Erreur dépendance en Util lui-même
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5351 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
-rw-r--r--lib/util.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.ml b/lib/util.ml
index 89e8a7b84a..f57b9a6dbc 100644
--- a/lib/util.ml
+++ b/lib/util.ml
@@ -34,7 +34,7 @@ let join_loc (deb1,_) (_,fin2) = (deb1,fin2)
(* Like Exc_located, but specifies the outermost file read, the filename
associated to the location of the error, and the error itself. *)
-exception Error_in_file of string * (bool * string * Util.loc) * exn
+exception Error_in_file of string * (bool * string * loc) * exn
(* Projections from triplets *)