mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
X-SVN-Rev: 31897
This commit is contained in:
parent
9c02795ab2
commit
f0b25ada51
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ U_NAMESPACE_BEGIN
|
|||
enum EDecimalFormatFastpathStatus {
|
||||
kFastpathNO = 0,
|
||||
kFastpathYES = 1,
|
||||
kFastpathUNKNOWN = 2, /* not yet set */
|
||||
kFastpathUNKNOWN = 2 /* not yet set */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -1571,7 +1571,7 @@ static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetD
|
|||
if (result == 0) {
|
||||
/* Generate the library file. */
|
||||
#if U_PLATFORM == U_PF_OS390
|
||||
if (o->pdsbuild && IN_MODE_DLL(mode)) {
|
||||
if (o->pdsbuild && IN_DLL_MODE(mode)) {
|
||||
result = pkg_generateLibraryFile("",mode, buffer, cmd);
|
||||
} else {
|
||||
result = pkg_generateLibraryFile(targetDir,mode, buffer, cmd);
|
||||
|
|
Loading…
Add table
Reference in a new issue