diff options
author | Jim Fehrle <jfehrle@sbcglobal.net> | 2018-01-22 12:45:49 -0800 |
---|---|---|
committer | Jim Fehrle <jfehrle@sbcglobal.net> | 2018-02-17 12:03:51 -0800 |
commit | b60906cc3ee3f994babf9cceff2971bd03485f2f (patch) | |
tree | ad8c5e662329d6db09f04736fc64dedcf1a6563a /dev/base_include | |
parent | 47e43e229ab02a4dedc2405fed3960a4bf476b58 (diff) |
Change references to CAMLP4 to CAMLP5 to be more accurate since we no
longer use camlp4.
Diffstat (limited to 'dev/base_include')
-rw-r--r-- | dev/base_include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/base_include b/dev/base_include index 472c0c605..320d366aa 100644 --- a/dev/base_include +++ b/dev/base_include @@ -19,7 +19,6 @@ #directory "stm";; #directory "vernac";; -#directory "+camlp4";; (* lazy solution: add both of camlp4/5 so that *) #directory "+camlp5";; (* Gramext is found in top_printers.ml *) #use "top_printers.ml";; |