diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1998-04-30 11:07:22 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1998-04-30 11:07:22 +0000 |
commit | 8bbdd992dec703483ca8203267cbd8156d7daab3 (patch) | |
tree | f4f53876e25697666a6bfd34724eac41eff4cbc6 | |
parent | bf21081737c544c870fb29e4bfdcffca192c7ca7 (diff) |
Fix: mise a jour de PERVASIVES
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1942 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Makefile.Mac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.Mac b/Makefile.Mac index 3d63520ce..e4c51a60c 100644 --- a/Makefile.Mac +++ b/Makefile.Mac @@ -65,9 +65,10 @@ EXPUNGEOBJS = :utils:misc.cmo :utils:tbl.cmo ¶ :bytecomp:runtimedef.cmo :bytecomp:symtable.cmo ¶ :toplevel:expunge.cmo -PERVASIVES = arg array char digest filename format gc hashtbl lexing list map ¶ - obj parsing pervasives printexc printf queue random set sort ¶ - stack string stream sys oo genlex topdirs toploop weak +PERVASIVES = arg array callback char digest filename format gc hashtbl ¶ + lexing list map obj parsing pervasives printexc printf queue random ¶ + set sort stack string stream sys oo genlex topdirs toploop weak lazy ¶ + marshal # Recompile the system using the bootstrap compiler all Ä runtime ocamlc ocamllex ocamlyacc ocamltools library ocaml otherlibraries |