summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2002-05-16 07:33:23 +0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-16 13:22:57 +0000
commitfefd7080dbb7bc74916ad5ba8b63e3bdeeb86c38 (patch)
tree069dc5c7b8ba63e6a4733979f5e9fd2a24fb1ce5 /utf8.c
parentdbfdd4380d0545596477e869e5553d1636fc53ce (diff)
downloadperl-fefd7080dbb7bc74916ad5ba8b63e3bdeeb86c38.tar.gz
good day for WinCE port of perl.
Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad> p4raw-id: //depot/perl@16628
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/utf8.c b/utf8.c
index efcc602bb1..c2818c82fa 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1348,15 +1348,6 @@ Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *norma
HE *he;
SV *val;
-#if defined(UNDER_CE)
-/*strange: compiler complaints that I redefine macro UVXf and points where
- it was first defined. I copied line from there without any changes.
- Nothing should change.
- But when I do not do this, there is an error on a line with
- Perl_newSVpvf(aTHX_ "%04"UVXf, uv1)
-*/
-#define UVXf "lX" /**/
-#endif
if ((hv = get_hv(special, FALSE)) &&
(keysv = sv_2mortal(Perl_newSVpvf(aTHX_ "%04"UVXf, uv1))) &&
(he = hv_fetch_ent(hv, keysv, FALSE, 0)) &&