at v192 24 lines 1.1 kB view raw
1--- a/src/_tags 2014-10-01 16:19:35.000000000 +0100 2+++ b/src/_tags 2014-11-09 16:55:34.470663377 +0000 3@@ -39,7 +39,7 @@ 4 <lib/server/monitor/*.ml{,i}>:I(src/lib/server) 5 6 <syntax/pa_*.ml{,i}>: syntax(camlp4o),package(camlp4.quotations.o,camlp4.extend) 7-<syntax/pa_*.ml{,i}>: I(+camlp4/Camlp4Parsers) 8+<syntax/pa_*.ml{,i}>: use_camlp4_full 9 10 11 <ocamlbuild/ocamlbuild_eliom.ml{,i}>: package(ocamlbuild,js_of_ocaml.ocamlbuild) 12 13--- a/src/lib/eliom_registration.server.ml 2014-10-01 16:19:35.000000000 +0100 14+++ b/src/lib/eliom_registration.server.ml 2014-11-09 17:26:16.093198699 +0000 15@@ -2440,7 +2440,7 @@ 16 (Ocaml.register_post_coservice' 17 ?scope ?options ?charset ?code ?content_type ?headers ?secure_session ?name 18 ?csrf_safe ?csrf_scope ?csrf_secure ?max_use ?timeout ?https ?error_handler 19- ~post_params:Eliom_parameter.(ocaml "argument" argument_type) 20+ ~post_params:(Eliom_parameter.ocaml "argument" argument_type) 21 (fun () argument -> f argument)) 22 (Eliom_wrap.create_unwrapper 23 (Eliom_wrap.id_of_int Eliom_common_base.server_function_unwrap_id_int)) 24