aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/build-system.dev.txt
diff options
context:
space:
mode:
authorMaxime Dénès2018-02-19 10:07:47 +0100
committerMaxime Dénès2018-02-19 10:07:47 +0100
commit1cf756712b5a5216e3a0039fb9d831c8d8ba9cbf (patch)
tree1cadeb96cce15c51dd6ffd217e3242657a11d70f /dev/doc/build-system.dev.txt
parent8e9d1421354d55bc2ea71e37715a19d33cc9bc9c (diff)
parentb60906cc3ee3f994babf9cceff2971bd03485f2f (diff)
Merge PR #6646: Change references to CAMLP4 to CAMLP5 since we no longer use camlp4
Diffstat (limited to 'dev/doc/build-system.dev.txt')
-rw-r--r--dev/doc/build-system.dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/build-system.dev.txt b/dev/doc/build-system.dev.txt
index f3fc13e969..abba13428f 100644
--- a/dev/doc/build-system.dev.txt
+++ b/dev/doc/build-system.dev.txt
@@ -46,7 +46,7 @@ see build-system.txt .
.ml4 files
----------
-.ml4 are converted to .ml by camlp4. By default, they are produced
+.ml4 are converted to .ml by camlp5. By default, they are produced
in the binary ast format understood by ocamlc/ocamlopt/ocamldep.
Pros:
- faster than parsing clear-text source file.