summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-06-25 18:40:42 -0600
committerKarl Williamson <public@khwilliamson.com>2013-06-25 18:59:51 -0600
commit1c8b67b38f0a53a8eee6b8fa0ed6fa49e4c25cc7 (patch)
treee548ef2817e990be1eedad4facf6c48aab3be7b6 /perl.h
parent31108f3ee208f24233c8e0552036baa0d75dfa81 (diff)
downloadperl-1c8b67b38f0a53a8eee6b8fa0ed6fa49e4c25cc7.tar.gz
Revert "UTF8f"
This reverts commit 670610ebb17508101065cc5f5ecfe616aace5335. This and the other UTF8f patch are causing significant problems on some configurations on 32-bit platforms. We've decided to revert them until they can be resubmitted after the kinks get ironed out.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl.h b/perl.h
index df244868b8..613fd3ca72 100644
--- a/perl.h
+++ b/perl.h
@@ -3038,11 +3038,6 @@ typedef pthread_key_t perl_key;
#define HEKfARG(p) ((void*)(p))
-/* Takes three arguments: is_utf8, length, str */
-#ifndef UTF8f
-# define UTF8f "u%"UVuf"%4p"
-#endif
-
#ifdef PERL_CORE
/* not used; but needed for backward compatibility with XS code? - RMB */
# undef VDf