diff options
| author | herbelin | 1999-11-26 21:16:04 +0000 |
|---|---|---|
| committer | herbelin | 1999-11-26 21:16:04 +0000 |
| commit | 1a2dc1bb8b78b07ea7620b466138f43df6a05aaa (patch) | |
| tree | 7e34b0ccf141086600f771aa387344b8289c2623 | |
| parent | afa955a8bd1ad5485517462394267ba8be97cd65 (diff) | |
Maintenant compilable
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@155 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rwxr-xr-x | pretyping/recordops.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pretyping/recordops.ml b/pretyping/recordops.ml index 9f858ed1df..cc2719ba31 100755 --- a/pretyping/recordops.ml +++ b/pretyping/recordops.ml @@ -5,14 +5,15 @@ open Util open Pp open Names open Typeops -open Vartab open Libobject open Library +(* open Term open Pp_control open Generic open Initial open Classops +*) let nbimpl = ref 0 let nbpathc = ref 0 @@ -39,6 +40,7 @@ let (inStruc,outStruc) = declare_object ("STRUCTURE", {load_function = (fun _ -> ()); cache_function = (function (_,x) -> add_new_struc1 x); + open_function = (fun _ -> ()); specification_function = (function x -> x)}) let add_new_struc (s,c,n,l) = |
