/[gentoo-x86]/dev-ml/extlib/files/extlib-1.5.2-ocaml4.patch
Gentoo

Contents of /dev-ml/extlib/files/extlib-1.5.2-ocaml4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Mar 10 10:40:32 2013 UTC (2 months, 2 weeks ago) by aballier
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
remove old

(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

1 Fixes ocaml 4 compatibility.
2
3 From upstream:
4 svn diff http://ocaml-extlib.googlecode.com/svn/trunk/ -c 396
5
6 Index: extlib/extHashtbl.ml
7 ===================================================================
8 --- extlib/extHashtbl.ml (revision 395)
9 +++ extlib/extHashtbl.ml (revision 396)
10 @@ -32,6 +32,7 @@
11 }
12
13 include Hashtbl
14 + let create n = Hashtbl.create (* no seed *) n
15
16 external h_conv : ('a, 'b) t -> ('a, 'b) h_t = "%identity"
17 external h_make : ('a, 'b) h_t -> ('a, 'b) t = "%identity"

  ViewVC Help
Powered by ViewVC 1.1.13