ICU-8871 Fix missing static label and update urename.h

X-SVN-Rev: 30793
This commit is contained in:
Michael Ow 2011-10-04 18:15:16 +00:00
parent 4a96e69d8d
commit 9caf72ad89
2 changed files with 1 additions and 3 deletions

View file

@ -127,7 +127,6 @@
#define deleteUnicodeStringKey U_ICU_ENTRY_POINT_RENAME(deleteUnicodeStringKey)
#define gICUInitMutex U_ICU_ENTRY_POINT_RENAME(gICUInitMutex)
#define gICUInitialized U_ICU_ENTRY_POINT_RENAME(gICUInitialized)
#define gStdOut U_ICU_ENTRY_POINT_RENAME(gStdOut)
#define izrule_clone U_ICU_ENTRY_POINT_RENAME(izrule_clone)
#define izrule_close U_ICU_ENTRY_POINT_RENAME(izrule_close)
#define izrule_equals U_ICU_ENTRY_POINT_RENAME(izrule_equals)
@ -1226,7 +1225,6 @@
#define uprv_decContextSetStatusFromStringQuiet U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusFromStringQuiet)
#define uprv_decContextSetStatusQuiet U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusQuiet)
#define uprv_decContextStatusToString U_ICU_ENTRY_POINT_RENAME(uprv_decContextStatusToString)
#define uprv_decContextTestEndian U_ICU_ENTRY_POINT_RENAME(uprv_decContextTestEndian)
#define uprv_decContextTestSavedStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextTestSavedStatus)
#define uprv_decContextTestStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextTestStatus)
#define uprv_decContextZeroStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextZeroStatus)

View file

@ -35,7 +35,7 @@
#include "cmemory.h"
UFILE *gStdOut = NULL;
static UFILE *gStdOut = NULL;
static UBool U_CALLCONV uprintf_cleanup()
{