summaryrefslogtreecommitdiff
path: root/ObjXSub.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-01 19:21:02 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-01 19:21:02 +0000
commit9e6b2b00f0190751b970ece3db7033405cb08ca5 (patch)
treee18c55b12253c77b6eedaa130c83d59345c1ba17 /ObjXSub.h
parent891fc7f27629745a734e804217bbdaf86146df17 (diff)
downloadperl-9e6b2b00f0190751b970ece3db7033405cb08ca5.tar.gz
[asperl] add AS patch#20 (exposes more global constants)
p4raw-id: //depot/asperl@908
Diffstat (limited to 'ObjXSub.h')
-rw-r--r--ObjXSub.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ObjXSub.h b/ObjXSub.h
index 08446c8a9b..9880e8c3cb 100644
--- a/ObjXSub.h
+++ b/ObjXSub.h
@@ -53,6 +53,8 @@
#define bufend pPerl->Perl_bufend
#undef bufptr
#define bufptr pPerl->Perl_bufptr
+#undef byterun
+#define byterun pPerl->Perl_byterun
#undef cddir
#define cddir pPerl->Perl_cddir
#undef chopset
@@ -912,6 +914,10 @@
#define get_op_descs pPerl->Perl_get_op_descs
#undef get_op_names
#define get_op_names pPerl->Perl_get_op_names
+#undef get_no_modify
+#define get_no_modify pPerl->Perl_get_no_modify
+#undef get_opargs
+#define get_opargs pPerl->Perl_get_opargs
#undef gp_free
#define gp_free pPerl->Perl_gp_free
#undef gp_ref