diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-08 01:14:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-08 01:14:29 +0000 |
commit | 37c1c645f47f43d51a421958e27fa24bbc2407bc (patch) | |
tree | 3b741ce929ae0506d474aa3a8e83b4849b20c044 /objpp.h | |
parent | ba3eb2af450c2577c20a691fb686a5e02955c48b (diff) | |
download | perl-37c1c645f47f43d51a421958e27fa24bbc2407bc.tar.gz |
[asperl] small tweaks to make it compile (doesn't run)
p4raw-id: //depot/asperl@885
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -817,6 +817,8 @@ #define newWHILEOP CPerlObj::Perl_newWHILEOP #undef new_logop #define new_logop CPerlObj::new_logop +#undef new_stackinfo +#define new_stackinfo CPerlObj::Perl_new_stackinfo #undef new_sv #define new_sv CPerlObj::new_sv #undef new_xiv |