1 --- csv.ml.orig 2007-05-29 13:07:33.000000000 +0100
2 +++ csv.ml 2007-05-29 13:07:44.000000000 +0100
4 (* Uncomment the next line to enable Extlib's List function. These
5 * avoid stack overflows on really huge CSV files.
10 type t = string list list
12 --- Makefile.orig 2007-05-29 13:11:36.000000000 +0100
13 +++ Makefile 2007-05-29 13:11:53.000000000 +0100
18 -#OCAMLCINCS := -package extlib
19 +OCAMLCINCS := -package extlib
22 -#OCAMLCLIBS := -linkpkg
23 +OCAMLCLIBS := -linkpkg
25 OCAMLOPTINCS := $(OCAMLCINCS)
28 -#OCAMLOPTLIBS := -linkpkg
29 +OCAMLOPTLIBS := -linkpkg
32 XOBJS := $(OBJS:.cmo=.cmx)