Skip to content

Commit

Permalink
kconfig: Make zconf.y work with current bison
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josh Triplett committed Oct 15, 2009
1 parent a3ccf63 commit 1456edb
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 206 deletions.
Loading

0 comments on commit 1456edb

Please sign in to comment.