diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-21 07:21:57 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-21 07:21:57 +0000 |
commit | d6b7ef8642dbff7f74dde11fd4995a37e8f38c04 (patch) | |
tree | 514a910b6cf95741dcc0cfcb9c933516785d103b /perlapi.h | |
parent | 4cbf5a93b15a5783cbe69de6f4f935df308853d2 (diff) | |
download | perl-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |