Use bitwise test instead of popcount to check if one bit is set
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keywords.c
2014-02-07 Ran Benitascanner: avoid strlen in keyword lookup, we know the len
2013-09-28 Ran Benitaparser: don't use enum yytokentype
2013-04-01 Ran BenitaReplace flex scanner with a hand-written one