mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 18:56:53 +00:00
ICU-1007 Need to do 8 byte alignment for the 64-bit Solaris compiler
X-SVN-Rev: 5560
This commit is contained in:
parent
24ae94c42a
commit
3a9f3bbcde
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ static uint16_t indexes[_NORM_INDEX_TOP]={ 0 };
|
|||
typedef struct UToolMemory {
|
||||
char name[64];
|
||||
uint32_t count, size, index;
|
||||
uint32_t array[1];
|
||||
double array[1];
|
||||
} UToolMemory;
|
||||
|
||||
static UToolMemory *
|
||||
|
|
Loading…
Add table
Reference in a new issue