summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>1999-02-16 13:01:38 +0000
committerPierre Weis <Pierre.Weis@inria.fr>1999-02-16 13:01:38 +0000
commit1516e0a83dba58c75ea4af9531f479fe99733a47 (patch)
tree3660e9d922392914c9b9af2bc5bba224ee1cc39f
parente3f42c3acd2e72cf07da960a91ef3310868db97e (diff)
Added module Buffer in PERVASIVES.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2286 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9461a078a..eaadaa812 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ EXPUNGEOBJS=utils/misc.cmo utils/tbl.cmo \
typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/symtable.cmo \
toplevel/expunge.cmo
-PERVASIVES=arg array callback char digest filename format gc hashtbl \
+PERVASIVES=arg array callback char digest filename buffer 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