diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-06-25 18:40:42 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-06-25 18:59:51 -0600 |
commit | 1c8b67b38f0a53a8eee6b8fa0ed6fa49e4c25cc7 (patch) | |
tree | e548ef2817e990be1eedad4facf6c48aab3be7b6 /perl.h | |
parent | 31108f3ee208f24233c8e0552036baa0d75dfa81 (diff) | |
download | perl-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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |