Fix xkbparse.y compilation
authorDaniel Stone <daniel@fooishbar.org>
Wed, 15 Feb 2012 19:39:33 +0000 (19:39 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 15 Feb 2012 19:39:33 +0000 (19:39 +0000)
commit83f18b1c3abce7bd47f9b72c56cf0a01102f8569
tree28f1d5052364cdd8115ebbab297ab324f9a8d6b3
parenteb8c96cbd99f5facbeb73c9b10fc4d592e4c547b
Fix xkbparse.y compilation

Thanks to autotools happily building stale generated sources, I hadn't
actually ever built my xkbparse.y changes.  Fix that so it not only
compiles, but works.  This seems to parse long keycodes correctly,
although I very much would not recommend testing this by declaring
0x1fffffff as your highest keycode.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkbcomp/keycodes.c
src/xkbcomp/parseutils.c
src/xkbcomp/parseutils.h
src/xkbcomp/xkbcomp.h
src/xkbcomp/xkbparse.y