Fix documentation for how to compile using camlp4 directly.
[ocaml-bitstring.git] / bitmatch.mli
index 4aa221d..ba1264a 100644 (file)
@@ -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}