kconfig: Make zconf.y work with current bison
authorJosh Triplett <josh@joshtriplett.org>
Thu, 15 Oct 2009 18:03:20 +0000 (11:03 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Thu, 15 Oct 2009 18:10:12 +0000 (11:10 -0700)
commit1456edbb1476db735715ddcc7ac306de587024eb
tree569701addf41a0e5ae68d78e1fd47e7ec6865575
parenta3ccf63ee643ef243cbf8918da8b3f9238f10029
kconfig: Make zconf.y work with current bison

zconf.y includes zconf.hash.c from the initial code section.
zconf.hash.c references the token constants from zconf.y.  However,
current bison defines the token constants after the initial code
section, making zconf.hash.c fail to compile.  Move the include of
zconf.hash.c later in zconf.y, so bison puts it after the token
constants.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
scripts/kconfig/zconf.tab.c_shipped
scripts/kconfig/zconf.y