summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-12-20 08:20:11 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-12-20 08:20:11 +0000
commitc798bd2165d7b5d59c62ab6330f7cf77ff8b09dd (patch)
treebe529c38324a2f61f63e12f07caf793a75916b8e /perlapi.h
parentf62ce20a4126b1e303e2d4d0a5c1e049ef2cb0c2 (diff)
downloadperl-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index 4eb2c4bcca..3d74ecd281 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -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