diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-01 19:21:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-01 19:21:02 +0000 |
commit | 9e6b2b00f0190751b970ece3db7033405cb08ca5 (patch) | |
tree | e18c55b12253c77b6eedaa130c83d59345c1ba17 /ObjXSub.h | |
parent | 891fc7f27629745a734e804217bbdaf86146df17 (diff) | |
download | perl-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |