summaryrefslogtreecommitdiff
path: root/objpp.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 /objpp.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 'objpp.h')
-rw-r--r--objpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/objpp.h b/objpp.h
index b1753c8bdf..e19e3661e4 100644
--- a/objpp.h
+++ b/objpp.h
@@ -299,6 +299,8 @@
#define do_report_used CPerlObj::do_report_used
#undef docatch
#define docatch CPerlObj::docatch
+#undef dofile
+#define dofile CPerlObj::Perl_dofile
#undef dowantarray
#define dowantarray CPerlObj::Perl_dowantarray
#undef dump