diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-05 00:35:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-05 00:35:27 +0000 |
commit | 7231175158f8ebe4d4c89fd774d89f1e9de28649 (patch) | |
tree | e9c567a660a223412ed950e0091d88e611b75cf0 /objpp.h | |
parent | 1116284222923a1670dbbe2205884d0616c81dfc (diff) | |
download | perl-7231175158f8ebe4d4c89fd774d89f1e9de28649.tar.gz |
patchlevel up to 5.004_70, various tweaks
* fix taint problems due to maintbranch regression
* PERL_OBJECT now builds again
* deal with C++ strong-typing problems in hv.c
* fix mismatch in "reserved word" diagnostic
p4raw-id: //depot/perl@1311
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ #define avhv_fetch_ent CPerlObj::Perl_avhv_fetch_ent #undef avhv_exists_ent #define avhv_exists_ent CPerlObj::Perl_avhv_exists_ent +#undef avhv_index_sv +#define avhv_index_sv CPerlObj::avhv_index_sv #undef avhv_iternext #define avhv_iternext CPerlObj::Perl_avhv_iternext #undef avhv_iterval |