Make the context available to the parser
authorRan Benita <ran234@gmail.com>
Wed, 9 May 2012 08:12:30 +0000 (11:12 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 14:30:48 +0000 (15:30 +0100)
commit64aa5c95ed4507f88aa00d397e793af73dd812f4
tree4298af0066a56a327d2f944abb71d60970c7c598
parentbdbb3ac455573413822f2314eb3ea9c76165991a
Make the context available to the parser

We will need the context to remove some global state.
Also make the Parse* function just return bool while wer'e at it.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/misc.c
src/xkbcomp/parseutils.h
src/xkbcomp/scanner.l
src/xkbcomp/xkbcomp.c