From 3a9f3bbcdec94dbfde5517060f1b82859d39e7eb Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 22 Aug 2001 22:43:49 +0000 Subject: [PATCH] ICU-1007 Need to do 8 byte alignment for the 64-bit Solaris compiler X-SVN-Rev: 5560 --- icu4c/source/tools/gennorm/store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/gennorm/store.c b/icu4c/source/tools/gennorm/store.c index a0eea69364..478e2250ad 100644 --- a/icu4c/source/tools/gennorm/store.c +++ b/icu4c/source/tools/gennorm/store.c @@ -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 *