diff options
author | Alain Frisch <alain@frisch.fr> | 2014-12-22 09:36:41 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-12-22 09:36:41 +0000 |
commit | 9d450a05e0ab2f3fc2fe9ee97d66a7ff41ca29a9 (patch) | |
tree | e550fb0d29f08bc01ad681d12bf78796db5bd4d6 /tools | |
parent | 93bae0cc3a9b4e1329538b71c65eae6e1e4b9bb6 (diff) |
Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper. Keep TypedtreeMap/Iter for now, for external projects.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15739 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.shared | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.shared b/tools/Makefile.shared index 251743449..826accdf2 100644 --- a/tools/Makefile.shared +++ b/tools/Makefile.shared @@ -225,8 +225,7 @@ READ_CMT= \ ../typing/printtyp.cmo \ ../typing/mtype.cmo \ ../typing/envaux.cmo \ - ../typing/typedtreeMap.cmo \ - ../typing/typedtreeIter.cmo \ + ../typing/tast_mapper.cmo \ ../typing/cmt_format.cmo \ ../typing/stypes.cmo \ \ |