summaryrefslogtreecommitdiff
path: root/objXSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-03 05:19:56 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-03 05:19:56 +0000
commit78ca652eaf12f3ab6d7714883eec614d257f666a (patch)
tree6bbe81a261abeb34caf5651b686d45f2eb395c5f /objXSUB.h
parent39e216bc90d449c29ecedac1a04e0b8d579b806c (diff)
downloadperl-78ca652eaf12f3ab6d7714883eec614d257f666a.tar.gz
make C<use> recognize C<require> overrides; allow C<do EXPR> to be
overridden p4raw-id: //depot/perl@1923
Diffstat (limited to 'objXSUB.h')
-rw-r--r--objXSUB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/objXSUB.h b/objXSUB.h
index c9a14beee2..463301e42a 100644
--- a/objXSUB.h
+++ b/objXSUB.h
@@ -911,6 +911,8 @@
#define do_vecset pPerl->Perl_do_vecset
#undef do_vop
#define do_vop pPerl->Perl_do_vop
+#undef dofile
+#define dofile pPerl->Perl_dofile
#undef dowantarray
#define dowantarray pPerl->Perl_dowantarray
#undef dump_all