sync zlibstubs.c with upstream
[mldonkey.git] / patches / ocaml-4.01.0.patch
blob720797f311f0ca3b8827dfb7172f151a26129824
1 --- ocaml-4.01.0/byterun/intext.h.orig 2012-10-15 18:50:56.000000000 +0100
2 +++ ocaml-4.01.0/byterun/intext.h 2020-07-17 19:13:16.726043220 +0100
3 @@ -157,7 +157,7 @@
4 char digest_computed;
5 };
7 -struct ext_table caml_code_fragments_table;
8 +struct ext_table caml_code_fragments_table __attribute__((__common__));
10 /* </private> */