valgrind mochte das mit den bit-sizes nicht. nagut.

This commit is contained in:
Enno Rehling 2005-05-09 21:18:51 +00:00
parent 903633060a
commit a285399f9a
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ static int nlocales = 0;
typedef struct order_data {
char * _str;
keyword_t _keyword;
int _lindex : 7;
int _refcount : 16;
int _lindex : 8;
keyword_t _keyword;
} order_data;
static void