summaryrefslogtreecommitdiff
path: root/objXSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-06 00:10:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-06 00:10:40 +0000
commiteb6e2d6f1e269264d7937d1be23cbbe0b6820902 (patch)
tree35c59e04b4db7af027ae8dd6addaada967b4b1b6 /objXSUB.h
parent98627ae8f09f88a753760c651828da353f8c4989 (diff)
downloadperl-eb6e2d6f1e269264d7937d1be23cbbe0b6820902.tar.gz
optional warning on join(/foo/...) (reworked suggested patch
by Mark-Jason Dominus <mjd@plover.com>) p4raw-id: //depot/perl@4083
Diffstat (limited to 'objXSUB.h')
-rw-r--r--objXSUB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/objXSUB.h b/objXSUB.h
index abb9f39574..02ad66ef1a 100644
--- a/objXSUB.h
+++ b/objXSUB.h
@@ -3650,6 +3650,10 @@
#define Perl_ck_index pPerl->Perl_ck_index
#undef ck_index
#define ck_index Perl_ck_index
+#undef Perl_ck_join
+#define Perl_ck_join pPerl->Perl_ck_join
+#undef ck_join
+#define ck_join Perl_ck_join
#undef Perl_ck_lengthconst
#define Perl_ck_lengthconst pPerl->Perl_ck_lengthconst
#undef ck_lengthconst