Skip to content
  • Joel Rosdahl's avatar
    Refactor conf item lookup code · c2467058
    Joel Rosdahl authored
    - Extracted parse/format/verify functions into a separate confitems.c
      file.
    - The *_lookup.c files are now compilation units of their own instead of
      being included inside conf.c. This feels cleaner, and also relieves
      cppcheck from having to check dirty, autogenerated code.
    c2467058