(BOOL_TYPE_SIZE): Fix broken SLOW_BYTE_ACCESS check.
From-SVN: r10092
This commit is contained in:
parent
30a830e969
commit
e30350c795
@ -98,7 +98,7 @@ static struct stack_level *decl_stack;
|
||||
|
||||
#ifndef BOOL_TYPE_SIZE
|
||||
#ifdef SLOW_BYTE_ACCESS
|
||||
#define BOOL_TYPE_SIZE BITS_PER_WORD
|
||||
#define BOOL_TYPE_SIZE ((SLOW_BYTE_ACCESS) ? (BITS_PER_WORD) : (BITS_PER_UNIT))
|
||||
#else
|
||||
#define BOOL_TYPE_SIZE BITS_PER_UNIT
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user