From f465b0c32536a08597cd6776595780cbe98b4a29 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 11 Sep 2006 22:04:45 +0000 Subject: [PATCH] ICU-5354 Fix last checkin for compiler warnings and z/OS errors. X-SVN-Rev: 20306 --- icu4c/source/test/intltest/utxttest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/utxttest.cpp b/icu4c/source/test/intltest/utxttest.cpp index 9fb62a8380f..7d0c58f6426 100644 --- a/icu4c/source/test/intltest/utxttest.cpp +++ b/icu4c/source/test/intltest/utxttest.cpp @@ -1305,11 +1305,10 @@ fragTextAccess(UText *ut, int64_t index, UBool forward) { } return false; } -U_CDECL_END // Function table to be used with this fragmented text provider. // Initialized in the open function. -UTextFuncs fragmentFuncs; +static UTextFuncs fragmentFuncs; // Clone function for fragmented text provider. // Didn't really want to provide this, but it's easier to provide it than to keep it @@ -1329,6 +1328,7 @@ cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCo return dest; } +U_CDECL_END // Open function for the fragmented text provider. UText *