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 /t | |
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 't')
-rw-r--r-- | t/porting/diag.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index 69d9363574..729abafa67 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -162,7 +162,6 @@ my %specialformats = (IVdf => 'd', NVgf => 'f', HEKf256=>'s', HEKf => 's', - UTF8f=> 's', SVf256=>'s', SVf32=> 's', SVf => 's'); |