diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-05-12 15:37:29 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-05-12 15:37:29 +0000 |
commit | 43647ba502f32676c546ca426307b0ea6d193e3e (patch) | |
tree | 3182388be0eb403b8baf67e9b35f6fb4ee8f77ab /bytecomp | |
parent | a64648eae64671edcca03a48ae385c5c6bfc96bb (diff) | |
download | ocaml-43647ba502f32676c546ca426307b0ea6d193e3e.tar.gz |
first part of Benoît Vaugon's format-gadts patch
After applying this patch, you should run:
make library-cross
make promote-cross
make partialclean
make ocamlc ocamllex ocamltools
and then immediately apply the following patches until the "second
part of Benoît Vaugon's format+gadts patch"; the bootstrap cycle is
not finished yet.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14806 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'bytecomp')
-rw-r--r-- | bytecomp/translcore.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bytecomp/translcore.ml b/bytecomp/translcore.ml index 659775a662..f524898f34 100644 --- a/bytecomp/translcore.ml +++ b/bytecomp/translcore.ml @@ -901,7 +901,6 @@ and transl_exp0 e = || has_base_type e Predef.path_exn || has_base_type e Predef.path_array || has_base_type e Predef.path_list - || has_base_type e Predef.path_format6 || has_base_type e Predef.path_option || has_base_type e Predef.path_nativeint || has_base_type e Predef.path_int32 |