summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index c9d054d558..7af946bceb 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2354,6 +2354,14 @@ p |struct mro_meta* |mro_meta_dup |NN struct mro_meta* smeta|NN CLONE_PARAMS* pa
Apd |AV* |mro_get_linear_isa|NN HV* stash
#if defined(PERL_IN_MRO_C)
sd |AV* |mro_get_linear_isa_dfs|NN HV* stash|U32 level
+s |void |mro_clean_isarev|NN HV * const isa \
+ |NN const char * const name \
+ |const STRLEN len \
+ |NULLOK HV * const exceptions
+s |void |mro_gather_and_rename|NN HV * const stashes \
+ |NULLOK HV *stash \
+ |NULLOK HV *oldstash \
+ |NN const char *name|I32 namlen
#endif
: Used in hv.c, mg.c, pp.c, sv.c
md |void |mro_isa_changed_in|NN HV* stash