mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
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 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue