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 /ObjXSub.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 'ObjXSub.h')
-rw-r--r-- | ObjXSub.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -650,8 +650,6 @@ #define top_env pPerl->Perl_top_env #undef toptarget #define toptarget pPerl->Perl_toptarget -#undef tryblock_function -#define tryblock_function pPerl->Perl_tryblock_function #undef uid #define uid pPerl->Perl_uid #undef unsafe @@ -1067,8 +1065,6 @@ #define ingroup pPerl->Perl_ingroup #undef init_stacks #define init_stacks pPerl->Perl_init_stacks -#undef install_tryblock_method -#define install_tryblock_method pPerl->Perl_install_tryblock_method #undef instr #define instr pPerl->Perl_instr #undef intro_my |