summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-05 18:18:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-05 18:18:44 +0000
commitf04fe16628eb524f0665679c93506821b0686373 (patch)
tree31f8ad07775d8faa4fdf686d3222bc101503a41c /pp_ctl.c
parent00ba656bf50b977ae582c6a199eb850502645a8f (diff)
downloadperl-f04fe16628eb524f0665679c93506821b0686373.tar.gz
[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
with the xsubpp-generated symbol) p4raw-id: //depot/win32/perl@1075
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 805262f119..444036ea7e 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1773,7 +1773,7 @@ PP(pp_goto)
}
else {
stack_sp--; /* There is no cv arg. */
- (void)(*CvXSUB(cv))(cv _THIS);
+ (void)(*CvXSUB(cv))(cv _PERL_OBJECT_THIS);
}
LEAVE;
return pop_return();