summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2002-05-14 04:43:11 +0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-13 23:01:05 +0000
commit3f2394f296786314979c2ad3096f123eb7b22930 (patch)
treefec2c73c4b973c413b3ad68e156176c08a7b5533 /utf8.c
parent51d2fe06df83ebdd253a84d143fe4ca4470e0388 (diff)
downloadperl-3f2394f296786314979c2ad3096f123eb7b22930.tar.gz
WinCE several touches
Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad> p4raw-id: //depot/perl@16582
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 472a89fa04..efcc602bb1 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1348,7 +1348,7 @@ Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *norma
HE *he;
SV *val;
-#if defined(UNDER_CE) && defined(MIPS)
+#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.