forked from github/server
valgrind mochte das mit den bit-sizes nicht. nagut.
This commit is contained in:
parent
903633060a
commit
a285399f9a
|
@ -36,9 +36,9 @@ static int nlocales = 0;
|
||||||
|
|
||||||
typedef struct order_data {
|
typedef struct order_data {
|
||||||
char * _str;
|
char * _str;
|
||||||
keyword_t _keyword;
|
|
||||||
int _lindex : 7;
|
|
||||||
int _refcount : 16;
|
int _refcount : 16;
|
||||||
|
int _lindex : 8;
|
||||||
|
keyword_t _keyword;
|
||||||
} order_data;
|
} order_data;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue