This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so we
authorNicholas Clark <nick@ccl4.org>
Thu, 11 Sep 2008 21:12:51 +0000 (21:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 11 Sep 2008 21:12:51 +0000 (21:12 +0000)
commit515a4f721c0a11d47b9b2ea994989f977659c68b
treebfe2cd821573ed62407b94615617c7e3a61fa312
parent477acd91b77777975279707e892853aef237706b
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
embed.fnc
embed.h
proto.h
universal.c