summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-09-11 21:12:51 +0000
committerNicholas Clark <nick@ccl4.org>2008-09-11 21:12:51 +0000
commit515a4f721c0a11d47b9b2ea994989f977659c68b (patch)
treebfe2cd821573ed62407b94615617c7e3a61fa312 /embed.fnc
parent477acd91b77777975279707e892853aef237706b (diff)
downloadperl-515a4f721c0a11d47b9b2ea994989f977659c68b.tar.gz
S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so we
don't need to pass in name_stash as a parameter. p4raw-id: //depot/perl@34349
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index f08dfef1a5..368857cd62 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1660,7 +1660,7 @@ s |void |printbuf |NN const char *const fmt|NN const char *const s
#endif
#if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT)
-s |bool|isa_lookup |NULLOK HV *stash|NN const char * const name|NULLOK const HV * const name_stash
+s |bool|isa_lookup |NULLOK HV *stash|NN const char * const name
#endif
#if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT)