diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-05 18:18:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-05 18:18:44 +0000 |
commit | f04fe16628eb524f0665679c93506821b0686373 (patch) | |
tree | 31f8ad07775d8faa4fdf686d3222bc101503a41c /pp_ctl.c | |
parent | 00ba656bf50b977ae582c6a199eb850502645a8f (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |