Liste des pervasives: oubli de Gc, ajout de Random.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@332 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
7693edce30
commit
7152a1e3c8
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue