commit | 1456edbb1476db735715ddcc7ac306de587024eb | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@joshtriplett.org> | Thu Oct 15 11:03:20 2009 -0700 |
committer | Josh Triplett <josh@joshtriplett.org> | Thu Oct 15 11:10:12 2009 -0700 |
tree | 569701addf41a0e5ae68d78e1fd47e7ec6865575 | |
parent | a3ccf63ee643ef243cbf8918da8b3f9238f10029 [diff] |
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>