summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-03-21 07:21:57 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-03-21 07:21:57 +0000
commitd6b7ef8642dbff7f74dde11fd4995a37e8f38c04 (patch)
tree514a910b6cf95741dcc0cfcb9c933516785d103b /perlapi.h
parent4cbf5a93b15a5783cbe69de6f4f935df308853d2 (diff)
downloadperl-d6b7ef8642dbff7f74dde11fd4995a37e8f38c04.tar.gz
Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
p4raw-id: //depot/perlio@15382
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 82af7c5ce1..5070d1dbe7 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -606,6 +606,8 @@ END_EXTERN_C
#define PL_utf8_xdigit (*Perl_Iutf8_xdigit_ptr(aTHX))
#undef PL_uudmap
#define PL_uudmap (*Perl_Iuudmap_ptr(aTHX))
+#undef PL_wantutf8
+#define PL_wantutf8 (*Perl_Iwantutf8_ptr(aTHX))
#undef PL_warnhook
#define PL_warnhook (*Perl_Iwarnhook_ptr(aTHX))
#undef PL_widesyscalls