diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 08:51:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 08:51:54 +0000 |
commit | 6224f72bf639f0ca7f774fe2738f2408b3e430ac (patch) | |
tree | d09466217844d04a8289a2d2d15377ce38987426 /objpp.h | |
parent | 1163b5c41f1e1e2856ca82fef1598bfbb6c54d72 (diff) | |
download | perl-6224f72bf639f0ca7f774fe2738f2408b3e430ac.tar.gz |
back out previous change (it breaks PERL_OBJECT)
p4raw-id: //depot/perl@1136
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -513,8 +513,6 @@ #define init_postdump_symbols CPerlObj::init_postdump_symbols #undef init_stacks #define init_stacks CPerlObj::Perl_init_stacks -#undef install_tryblock_method -#define install_tryblock_method CPerlObj::Perl_install_tryblock_method #undef intro_my #define intro_my CPerlObj::Perl_intro_my #undef nuke_stacks |