mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-388 add new error code to putil.c for u_errorName()
X-SVN-Rev: 3674
This commit is contained in:
parent
649525f581
commit
1b4da8a065
1 changed files with 2 additions and 1 deletions
|
@ -1892,7 +1892,8 @@ u_getVersion(UVersionInfo versionArray) {
|
|||
static const char *
|
||||
_uErrorInfoName[U_ERROR_INFO_LIMIT-U_ERROR_INFO_START]={
|
||||
"U_USING_FALLBACK_ERROR",
|
||||
"U_USING_DEFAULT_ERROR"
|
||||
"U_USING_DEFAULT_ERROR",
|
||||
"U_SAFECLONE_ALLOCATED_ERROR"
|
||||
};
|
||||
|
||||
static const char *
|
||||
|
|
Loading…
Add table
Reference in a new issue