From: Richard W.M. Jones Date: Fri, 11 Jul 2008 10:56:31 +0000 (+0000) Subject: Fix documentation for how to compile using camlp4 directly. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=1be1a65d5fc5727d20e465bebaafcad263b87162;p=ocaml-bitstring.git Fix documentation for how to compile using camlp4 directly. --- diff --git a/bitmatch.mli b/bitmatch.mli index 4aa221d..ba1264a 100644 --- a/bitmatch.mli +++ b/bitmatch.mli @@ -453,7 +453,7 @@ bitmatch bits with {v ocamlc -I +bitmatch \ - -pp "camlp4o bitmatch.cma bitmatch_persistent.cma \ + -pp "camlp4of bitmatch.cma bitmatch_persistent.cma \ `ocamlc -where`/bitmatch/pa_bitmatch.cmo" \ unix.cma bitmatch.cma test.ml -o test v}