diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-24 15:45:14 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-24 15:45:14 +0000 |
commit | b225751e9f46e909eb9a1f21052faaa693bc2f72 (patch) | |
tree | 1e12a17636059143f02a250cf9ad07c9d7fe69e0 /bytecomp/symtable.mli | |
parent | 4150ff6148d1e271371398090e2ebd5d4cbfff65 (diff) |
Ajout de hide_additions pour dynlink.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1019 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'bytecomp/symtable.mli')
-rw-r--r-- | bytecomp/symtable.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bytecomp/symtable.mli b/bytecomp/symtable.mli index 5ec16dade..52540a17c 100644 --- a/bytecomp/symtable.mli +++ b/bytecomp/symtable.mli @@ -35,6 +35,7 @@ type global_map val current_state: unit -> global_map val restore_state: global_map -> unit +val hide_additions: global_map -> unit val filter_global_map: (Ident.t -> bool) -> global_map -> global_map (* Error report *) |