summaryrefslogtreecommitdiff
path: root/objpp.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-12 02:11:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-12 02:11:16 +0000
commit2c375eb932f2eb03c0f34b2cbba1ce81b7ff1b59 (patch)
tree11e91ed41e624d272b20d28e755565438ed59d92 /objpp.h
parent2cd61cdbd64958437da8294b84109bc8b63ab360 (diff)
downloadperl-2c375eb932f2eb03c0f34b2cbba1ce81b7ff1b59.tar.gz
fix pp_caller() to fully traverse stacklevels
p4raw-id: //depot/perl@1445
Diffstat (limited to 'objpp.h')
-rw-r--r--objpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/objpp.h b/objpp.h
index 469fefcc9f..d65a5b8f6b 100644
--- a/objpp.h
+++ b/objpp.h
@@ -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