diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 03:39:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 03:39:07 +0000 |
commit | a6b265e958bdf367c6a9f0aad37e301228e8e6f1 (patch) | |
tree | 608cd57d626b54b93d02e8704a879953c81b1c91 /objXSUB.h | |
parent | 9aba1bc280ee9ec08556a14b0f6f9a33466466c3 (diff) | |
download | perl-a6b265e958bdf367c6a9f0aad37e301228e8e6f1.tar.gz |
export cv_undef() and cv_const_sv() (mod_perl uses them to
good advantage)
p4raw-id: //depot/perl@5774
Diffstat (limited to 'objXSUB.h')
-rw-r--r-- | objXSUB.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -229,6 +229,14 @@ #undef fprintf_nocontext #define fprintf_nocontext Perl_fprintf_nocontext #endif +#undef Perl_cv_const_sv +#define Perl_cv_const_sv pPerl->Perl_cv_const_sv +#undef cv_const_sv +#define cv_const_sv Perl_cv_const_sv +#undef Perl_cv_undef +#define Perl_cv_undef pPerl->Perl_cv_undef +#undef cv_undef +#define cv_undef Perl_cv_undef #undef Perl_cx_dump #define Perl_cx_dump pPerl->Perl_cx_dump #undef cx_dump |