Skip to content
Commit 1456edbb authored by Josh Triplett's avatar Josh Triplett
Browse files

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: default avatarJosh Triplett <josh@joshtriplett.org>
parent a3ccf63e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment