1. 15 Nov, 2009 4 commits
  2. 15 Oct, 2009 1 commit
    • 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
  3. 14 Oct, 2009 30 commits
  4. 13 Oct, 2009 5 commits