parser: don't use enum yytokentype
authorRan Benita <ran234@gmail.com>
Sat, 28 Sep 2013 21:19:32 +0000 (00:19 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 28 Sep 2013 21:19:32 +0000 (00:19 +0300)
commite4c00e90abf530fc58ad0af391ea8f1829a3153d
treee5f7c68bb4e0b3137fbfafe13ea16500cc068427
parent0dbe20ae9643a6bd7f85993b2a2dce9dd3c5caa2
parser: don't use enum yytokentype

byacc doesn't support this, it just puts out #define's for the tokens.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/keywords.c
src/xkbcomp/keywords.gperf
src/xkbcomp/scanner.c