diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-11-18 13:23:33 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-11-18 13:23:33 +0000 |
commit | 543c00c93a3f7ccd573dc2e23ffd06654cf38058 (patch) | |
tree | da52a681c4a1c021985ce7fecb0b141e2a23a4cf /perlapi.h | |
parent | 60e4ec2e6ee5ed6e4095807a4e0ada718c12b221 (diff) | |
download | perl-543c00c93a3f7ccd573dc2e23ffd06654cf38058.tar.gz |
embed.pl generated changes I forgot to include
p4raw-id: //depot/perlio@13068
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -937,6 +937,10 @@ END_EXTERN_C #define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL)) #undef PL_patleave #define PL_patleave (*Perl_Gpatleave_ptr(NULL)) +#undef PL_runops_dbg +#define PL_runops_dbg (*Perl_Grunops_dbg_ptr(NULL)) +#undef PL_runops_std +#define PL_runops_std (*Perl_Grunops_std_ptr(NULL)) #undef PL_sharedsv_space #define PL_sharedsv_space (*Perl_Gsharedsv_space_ptr(NULL)) #undef PL_sharedsv_space_mutex |