diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 05:29:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 05:29:10 +0000 |
commit | 4c2891ed1c6b8a97b3d1318b04ed56b17dd4de31 (patch) | |
tree | 66b0c0aa1fae76814595482bf9a40ad412c8dd7e /pp_ctl.c | |
parent | c340be789461bf7b71a88fa49cdeb84bdbd0b389 (diff) | |
download | perl-4c2891ed1c6b8a97b3d1318b04ed56b17dd4de31.tar.gz |
part 1 of PERL_OBJECT fixes for new var names
p4raw-id: //depot/perl@1607
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #define DOCATCH(o) ((CATCH_GET == TRUE) ? docatch(o) : (o)) #ifdef PERL_OBJECT -#define CALLOP this->*op +#define CALLOP this->*PL_op #else #define CALLOP *PL_op static OP *docatch _((OP *o)); |