diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-07 20:54:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-07 20:54:02 +0000 |
commit | cf48d248eb62e81239204ca4ca6b33029875e0bd (patch) | |
tree | e86de1646183d01ec3c8fb9a554a2bae476fd630 /embed.h | |
parent | f7391caeba91da2f21fc9bf9ae8279f9173b8be6 (diff) | |
download | perl-cf48d248eb62e81239204ca4ca6b33029875e0bd.tar.gz |
Retract #14985, #14899, and #14990, following the principles
"Do no harm." and "If it ain't broke, don't fix it."
Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
some, but still broken, and I do not have the extra brain
cells for the EBCDIC backport. Secondly, the old version
worked both in EBCDIC and non-. Thirdly, the old version
may be more amenable for the behaviour suggsted by Anton
Tagunov regarding the encoding pragma.
p4raw-id: //depot/perl@15084
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -411,7 +411,6 @@ #if defined(USE_LOCALE_COLLATE) #define mem_collxfrm Perl_mem_collxfrm #endif -#define memcmp_byte_utf8 Perl_memcmp_byte_utf8 #define mess Perl_mess #define vmess Perl_vmess #define qerror Perl_qerror @@ -1970,7 +1969,6 @@ #if defined(USE_LOCALE_COLLATE) #define mem_collxfrm(a,b,c) Perl_mem_collxfrm(aTHX_ a,b,c) #endif -#define memcmp_byte_utf8(a,b,c,d) Perl_memcmp_byte_utf8(aTHX_ a,b,c,d) #define vmess(a,b) Perl_vmess(aTHX_ a,b) #define qerror(a) Perl_qerror(aTHX_ a) #define sortsv(a,b,c) Perl_sortsv(aTHX_ a,b,c) |