Fix documentation for how to compile using camlp4 directly.
authorRichard W.M. Jones <rich@annexia.org>
Fri, 11 Jul 2008 10:56:31 +0000 (10:56 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Fri, 11 Jul 2008 10:56:31 +0000 (10:56 +0000)
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}