Adaptation a OCaml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@802 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
610f0aa0d0
commit
db7b02911b
|
@ -247,7 +247,7 @@ let emit_float_constant (lbl, cst) =
|
|||
|
||||
let defined_functions = ref StringSet.empty
|
||||
|
||||
let stub_label_table = (Hashtbl.new 19 : (string, int) Hashtbl.t)
|
||||
let stub_label_table = (Hashtbl.create 19 : (string, int) Hashtbl.t)
|
||||
|
||||
let stub_label symb =
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue