aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/interface/ctast.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-18 11:47:01 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-18 11:47:01 +0000
commit8e01fae88684a49be9556cf9f11289e001975502 (patch)
tree900db059df5de6c46bb545ee78a8dba0ca53d63e /contrib/interface/ctast.ml
parent7f1a49c8d55136a95f8cf9fecf0c946629845fa8 (diff)
Abstraction vis a vis du type loc pour ocaml 3.08
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5951 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/ctast.ml')
-rw-r--r--contrib/interface/ctast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/ctast.ml b/contrib/interface/ctast.ml
index 17bd6ef4e..67279bb82 100644
--- a/contrib/interface/ctast.ml
+++ b/contrib/interface/ctast.ml
@@ -3,7 +3,7 @@
open Names
open Libnames
-type loc = int * int
+type loc = Util.loc
type t =
| Node of loc * string * t list