diff options
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 |