зеркало из https://github.com/mozilla/pjs.git
add new macro. fix bug 80772. r/sr=notyet
This commit is contained in:
Родитель
80449836af
Коммит
0f99bee261
|
@ -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)))
|
||||
|
||||
/**
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче