This commit is contained in:
Simon Cruanes 2015-08-31 18:54:36 +02:00
parent f50776f70f
commit 79221f2669
2 changed files with 2 additions and 1 deletions

1
_tags
View file

@ -3,5 +3,6 @@
<tests/*.ml{,i}>: thread <tests/*.ml{,i}>: thread
<src/threads/*.ml{,i}>: thread <src/threads/*.ml{,i}>: thread
<src/core/CCVector.cmx>: inline(25) <src/core/CCVector.cmx>: inline(25)
<src/data/CCFlatHashtbl.cm*>: inline(15)
<src/**/*.ml> and not <src/misc/*.ml>: warn_A, warn(-4), warn(-44) <src/**/*.ml> and not <src/misc/*.ml>: warn_A, warn(-4), warn(-44)
true: no_alias_deps, safe_string true: no_alias_deps, safe_string

View file

@ -412,7 +412,7 @@ module Tbl = struct
"persistent_array_find", (fun () -> persistent_array_find pa n), (); "persistent_array_find", (fun () -> persistent_array_find pa n), ();
"imap_find", (fun () -> imap_find m n), (); "imap_find", (fun () -> imap_find m n), ();
"intmap_find", (fun () -> intmap_find m' n), (); "intmap_find", (fun () -> intmap_find m' n), ();
"cchashtbl_find", (fun () -> icchashtbl_find h'''''' n), (); "ccflathashtbl_find", (fun () -> icchashtbl_find h'''''' n), ();
] ]
let () = B.Tree.register ( let () = B.Tree.register (