diff options
Diffstat (limited to 'otherlibs/labltk/compiler/maincompile.ml')
-rw-r--r-- | otherlibs/labltk/compiler/maincompile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/compiler/maincompile.ml b/otherlibs/labltk/compiler/maincompile.ml index ebbf420ae..fd6c7ddc4 100644 --- a/otherlibs/labltk/compiler/maincompile.ml +++ b/otherlibs/labltk/compiler/maincompile.ml @@ -111,7 +111,7 @@ let uniq_clauses = function prerr_endline err; fatal_error err end in - let t = Hashtbl.create 11 in + let t = Hashtbl.create size:11 in List.iter l fun:(fun constr -> let c = constr.var_name in |