ICU-6112 Eliminate the __common section in the __DATA segment on Mac OS X
X-SVN-Rev: 23157
This commit is contained in:
parent
307a3f8307
commit
13c6adb8cb
@ -1,6 +1,6 @@
|
||||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2003-2005, International Business Machines
|
||||
* Copyright (C) 2003-2008, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*******************************************************************************
|
||||
* file name: utrace.c
|
||||
@ -23,7 +23,7 @@ static UTraceData *pTraceDataFunc = NULL;
|
||||
static const void *gTraceContext = NULL;
|
||||
|
||||
U_EXPORT int32_t
|
||||
utrace_level;
|
||||
utrace_level = UTRACE_ERROR;
|
||||
|
||||
U_CAPI void U_EXPORT2
|
||||
utrace_entry(int32_t fnNumber) {
|
||||
|
Loading…
Reference in New Issue
Block a user