You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
435 B
12 lines
435 B
15 years ago
|
diff -up ./include/internal/chewing-private.h.align ./include/internal/chewing-private.h
|
||
|
--- ./include/internal/chewing-private.h.align 2008-12-02 00:29:20.000000000 +1000
|
||
|
+++ ./include/internal/chewing-private.h 2010-09-02 17:14:12.565544961 +1000
|
||
|
@@ -37,6 +37,7 @@
|
||
|
typedef union {
|
||
|
unsigned char s[ MAX_UTF8_SIZE + 1];
|
||
|
wchar_t wch;
|
||
|
+ unsigned char padding[8]; /* Ensure this structure is aligned */
|
||
|
} wch_t;
|
||
|
|
||
|
typedef struct {
|