diff options
author | Joshua Pritikin <joshua.pritikin@db.com> | 1998-06-14 10:03:15 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 05:32:01 +0000 |
commit | 1163b5c41f1e1e2856ca82fef1598bfbb6c54d72 (patch) | |
tree | 5b79b14d3fdae82835bb4e3561173110803f64d4 /ObjXSub.h | |
parent | f55ee38a033ce570145fdd38bb9f09acf59d37cd (diff) | |
download | perl-1163b5c41f1e1e2856ca82fef1598bfbb6c54d72.tar.gz |
added patch, fixed typo, reworked documentation
Message-Id: <H00000e500071aa3@MHS>
Subject: [PATCH 5.004_66] JMPENV!
p4raw-id: //depot/perl@1135
Diffstat (limited to 'ObjXSub.h')
-rw-r--r-- | ObjXSub.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -650,6 +650,8 @@ #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 @@ -1065,6 +1067,8 @@ #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 |