diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-20 08:20:11 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-20 08:20:11 +0000 |
commit | c798bd2165d7b5d59c62ab6330f7cf77ff8b09dd (patch) | |
tree | be529c38324a2f61f63e12f07caf793a75916b8e /perlapi.h | |
parent | f62ce20a4126b1e303e2d4d0a5c1e049ef2cb0c2 (diff) | |
download | perl-c798bd2165d7b5d59c62ab6330f7cf77ff8b09dd.tar.gz |
Integrate mainline (mostly) utf8.c does not compile.
p4raw-id: //depot/perlio@13814
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -733,6 +733,8 @@ END_EXTERN_C #define PL_modcount (*Perl_Tmodcount_ptr(aTHX)) #undef PL_na #define PL_na (*Perl_Tna_ptr(aTHX)) +#undef PL_nrs +#define PL_nrs (*Perl_Tnrs_ptr(aTHX)) #undef PL_ofs_sv #define PL_ofs_sv (*Perl_Tofs_sv_ptr(aTHX)) #undef PL_op @@ -919,8 +921,6 @@ END_EXTERN_C #define PL_top_env (*Perl_Ttop_env_ptr(aTHX)) #undef PL_toptarget #define PL_toptarget (*Perl_Ttoptarget_ptr(aTHX)) -#undef PL_unused_1 -#define PL_unused_1 (*Perl_Tunused_1_ptr(aTHX)) #undef PL_watchaddr #define PL_watchaddr (*Perl_Twatchaddr_ptr(aTHX)) #undef PL_watchok |