mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-8871 Fix missing static label and update urename.h
X-SVN-Rev: 30793
This commit is contained in:
parent
4a96e69d8d
commit
9caf72ad89
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "cmemory.h"
|
||||
|
||||
UFILE *gStdOut = NULL;
|
||||
static UFILE *gStdOut = NULL;
|
||||
|
||||
static UBool U_CALLCONV uprintf_cleanup()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue