mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2404 bug fixes
X-SVN-Rev: 13498
This commit is contained in:
parent
fd7c557c40
commit
79776fcd7f
1 changed files with 2 additions and 2 deletions
|
@ -77,12 +77,12 @@ findBasename(const char *filename) {
|
|||
|
||||
/* tool memory helper ------------------------------------------------------- */
|
||||
|
||||
typedef struct UToolMemory {
|
||||
struct UToolMemory {
|
||||
char name[64];
|
||||
int32_t capacity, maxCapacity, size, index;
|
||||
void *array;
|
||||
UAlignedMemory staticArray[1];
|
||||
} UToolMemory;
|
||||
};
|
||||
|
||||
U_CAPI UToolMemory * U_EXPORT2
|
||||
utm_open(const char *name, int32_t initialCapacity, int32_t maxCapacity, int32_t size) {
|
||||
|
|
Loading…
Add table
Reference in a new issue