Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlduce/files: ocaml-3.12.1.patch
Date: Wed, 06 Jul 2011 16:32:49
Message-Id: 20110706163239.381BF20051@flycatcher.gentoo.org
1 aballier 11/07/06 16:32:39
2
3 Added: ocaml-3.12.1.patch
4 Log:
5 build with ocaml-3.12.1
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ml/ocamlduce/files/ocaml-3.12.1.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlduce/files/ocaml-3.12.1.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlduce/files/ocaml-3.12.1.patch?rev=1.1&content-type=text/plain
14
15 Index: ocaml-3.12.1.patch
16 ===================================================================
17 Index: work/ocamlduce-3.12.0.0/patches/typing.diff
18 ===================================================================
19 --- work.orig/ocamlduce-3.12.0.0/patches/typing.diff
20 +++ work/ocamlduce-3.12.0.0/patches/typing.diff
21 @@ -1987,7 +1987,7 @@ index ce84576..7b98d21 100644
22 @@ -106,6 +106,7 @@ and structure_item ppf tbl s =
23 | Pstr_class cdl -> List.iter (class_declaration ppf tbl) cdl;
24 | Pstr_class_type _ -> ()
25 - | Pstr_include _ -> ()
26 + | Pstr_include me -> module_expr ppf tbl me;
27 + | Pstr_namespace _ -> ()
28
29 and expression ppf tbl e =