summaryrefslogtreecommitdiff
path: root/toke.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
commit1d58305527a3ac3d82e30967f5b0fae28fee911d (patch)
tree31f8ad07775d8faa4fdf686d3222bc101503a41c /toke.c
parent51aa15f38ed061e162eb5fdd50db6c15d839cf32 (diff)
downloadperl-1d58305527a3ac3d82e30967f5b0fae28fee911d.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 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index e9e3f0057d..c035563847 100644
--- a/toke.c
+++ b/toke.c
@@ -1347,7 +1347,7 @@ filter_read(int idx, SV *buf_sv, int maxlen)
/* Call function. The function is expected to */
/* call "FILTER_READ(idx+1, buf_sv)" first. */
/* Return: <0:error, =0:eof, >0:not eof */
- return (*funcp)(THIS_ idx, buf_sv, maxlen);
+ return (*funcp)(PERL_OBJECT_THIS_ idx, buf_sv, maxlen);
}
STATIC char *