diff options
| author | Jim Fehrle | 2018-01-22 12:45:49 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2018-02-17 12:03:51 -0800 |
| commit | b60906cc3ee3f994babf9cceff2971bd03485f2f (patch) | |
| tree | ad8c5e662329d6db09f04736fc64dedcf1a6563a /ide/minilib.ml | |
| parent | 47e43e229ab02a4dedc2405fed3960a4bf476b58 (diff) | |
Change references to CAMLP4 to CAMLP5 to be more accurate since we no
longer use camlp4.
Diffstat (limited to 'ide/minilib.ml')
| -rw-r--r-- | ide/minilib.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/minilib.ml b/ide/minilib.ml index 2b278fac69..572222c069 100644 --- a/ide/minilib.ml +++ b/ide/minilib.ml @@ -20,7 +20,7 @@ type level = [ | `FATAL ] (** Some excerpt of Util and similar files to avoid loading the whole - module and its dependencies (and hence Compat and Camlp4) *) + module and its dependencies (and hence Compat and Camlp5) *) let debug = ref false |
