Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a63eb47f83bedb815e6fd1bfaeede298 > files > 1

ocaml-facile-1.1-5.mga3.src.rpm

--- facile-1.1/src/fcl_data.ml~	2004-09-08 11:51:02.000000000 +0200
+++ facile-1.1/src/fcl_data.ml	2012-10-01 15:51:37.543252213 +0200
@@ -16,7 +16,7 @@
 
 module Hashtbl = struct
   type ('a, 'b) t = ('a, 'b) Hashtbl.t
-  let create = Hashtbl.create
+  let create initial_size = Hashtbl.create initial_size
   let get h = h
 
   let add h k d =