Coccinelle release 1.0.0-rc15
[bpt/coccinelle.git] / bundles / extlib / hashtable-ocaml4-compat.patch
1 Revision 396 from the official extlib repository.
2
3 --- extlib/extHashtbl.ml (revision 395)
4 +++ extlib/extHashtbl.ml (working copy)
5 @@ -32,6 +32,7 @@
6 }
7
8 include Hashtbl
9 + let create n = Hashtbl.create (* no seed *) n
10
11 external h_conv : ('a, 'b) t -> ('a, 'b) h_t = "%identity"
12 external h_make : ('a, 'b) h_t -> ('a, 'b) t = "%identity"