diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2009-05-20 11:52:42 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2009-05-20 11:52:42 +0000 |
commit | ed32f569e3b636e0f12efdbbd5bba9e05cc434ac (patch) | |
tree | 20b551901a72edf7733a6fe5287deab21ed9b83b /asmcomp/emitaux.mli | |
parent | 7795eafa896b0c5b3066d5efec7ec49d69d44e4d (diff) | |
download | ocaml-ed32f569e3b636e0f12efdbbd5bba9e05cc434ac.tar.gz |
merge changes from ocaml3110 to ocaml3111rc0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9270 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/emitaux.mli')
-rw-r--r-- | asmcomp/emitaux.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asmcomp/emitaux.mli b/asmcomp/emitaux.mli index 38e6df9607..112e276a12 100644 --- a/asmcomp/emitaux.mli +++ b/asmcomp/emitaux.mli @@ -45,3 +45,5 @@ type emit_frame_actions = efa_string: string -> unit } val emit_frames: emit_frame_actions -> unit + +val is_generic_function: string -> bool |