diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-29 07:41:49 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-29 07:41:49 +0000 |
commit | d1541cac9dfa01652e1484ccbb55364281121bb4 (patch) | |
tree | dc07f2b8fd24452f0bc0b0a4d1d78940323fc19b /objpp.h | |
parent | d0340efeaf607d2e70273b4fa22e5ee3b358abe8 (diff) | |
download | perl-d1541cac9dfa01652e1484ccbb55364281121bb4.tar.gz |
[asperl] fixups to make it build and pass tests under both compilers
p4raw-id: //depot/asperl@1056
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -871,6 +871,8 @@ #define pad_allocmy CPerlObj::Perl_pad_allocmy #undef pad_findmy #define pad_findmy CPerlObj::Perl_pad_findmy +#undef op_const_sv +#define op_const_sv CPerlObj::Perl_op_const_sv #undef op_free #define op_free CPerlObj::Perl_op_free #undef oopsCV |