summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
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.