Bidouillage d'un commentaire pour que camldep ne produise pas de

dependance circulaire.


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@97 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-07-12 15:32:54 +00:00
parent 2c4565e939
commit a14b23fd2d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ let path_match_failure = Pident ident_match_failure
let build_initial_env add_type add_exception empty_env =
let newvar() =
(* Cannot call Ctype.newvar here because ctype imports predef via env *)
(* Cannot call newvar here because ctype imports predef via env *)
Tvar{tvar_level = -1 (*generic_level*); tvar_link = None} in
let decl_abstr =
{type_params = []; type_arity = 0; type_kind = Type_abstract}