• Josh Triplett's avatar
    kconfig: Make zconf.y work with current bison · 1456edbb
    Josh Triplett authored
    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>
    1456edbb
zconf.tab.c_shipped 68.3 KB