Liste des pervasives: oubli de Gc, ajout de Random.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@332 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-10-16 12:40:05 +00:00
parent 7693edce30
commit 7152a1e3c8
1 changed files with 3 additions and 2 deletions

View File

@ -75,8 +75,9 @@ EXPUNGEOBJS=utils/misc.cmo utils/tbl.cmo \
bytecomp/runtimedef.cmo bytecomp/symtable.cmo \
toplevel/expunge.cmo
PERVASIVES=arg array char filename format hashtbl lexing list map \
obj parsing pervasives printexc printf queue set sort stack string sys
PERVASIVES=arg array char filename format gc hashtbl lexing list map \
obj parsing pervasives printexc printf queue random set sort stack \
string sys
# Recompile the system using the bootstrap compiler
all: runtime camlc camllex camlyacc camltools library camltop