add new macro. fix bug 80772. r/sr=notyet
git-svn-id: svn://10.0.0.236/trunk@94987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7fd978c74e
commit
c993644839
@ -37,6 +37,7 @@
|
||||
*/
|
||||
#define IS_REPRESENTABLE(info, c) (((info)[(c) >> 5] >> ((c) & 0x1f)) & 1L)
|
||||
#define SET_REPRESENTABLE(info, c) (info)[(c) >> 5] |= (1L << ((c) & 0x1f))
|
||||
#define CLEAR_REPRESENTABLE(info, c) (info)[(c) >> 5] &= (~(1L << ((c) & 0x1f)))
|
||||
|
||||
/**
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user