
CVSROOT: /cvs/ppl Module name: ppl Changes by: hill@cs.unipr.it 2008-09-10 10:26:27
Modified files: interfaces/OCaml: ppl_interface_generator_ocaml_mli.m4 ppl_ocaml_globals.cc ppl_ocaml_globals.ml interfaces/OCaml/tests: test1.ml
Log message: Added code for ppl_version() and similar functions. Fixed a warning (ppl_ocaml_globals.cc) - caused by using CAMLparam(0) instead of CAMLparam1(unit) that declares the dummy parameter "unit". Fixed a cut-and-paste typo in the mli fixed code.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/OCaml/ppl_interface... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/OCaml/ppl_ocaml_glo... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/OCaml/ppl_ocaml_glo... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/OCaml/tests/test1.m...