diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 02:11:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 02:11:16 +0000 |
commit | 2c375eb932f2eb03c0f34b2cbba1ce81b7ff1b59 (patch) | |
tree | 11e91ed41e624d272b20d28e755565438ed59d92 /objpp.h | |
parent | 2cd61cdbd64958437da8294b84109bc8b63ab360 (diff) | |
download | perl-2c375eb932f2eb03c0f34b2cbba1ce81b7ff1b59.tar.gz |
fix pp_caller() to fully traverse stacklevels
p4raw-id: //depot/perl@1445
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -229,6 +229,8 @@ #define dopoptoloop CPerlObj::dopoptoloop #undef dopoptosub #define dopoptosub CPerlObj::dopoptosub +#undef dopoptosub_at +#define dopoptosub_at CPerlObj::dopoptosub_at #undef dounwind #define dounwind CPerlObj::Perl_dounwind #undef do_aexec |