kconfig: rename zconf.l to lexer.l
[carl9170fw.git] / config / zconf.y
index a990f46f38257702c30311adbca516514c178567..60936c76865bfb07e6fb1f2767bc1514e69a6169 100644 (file)
@@ -20,7 +20,6 @@
 
 int cdebug = PRINTD;
 
-int yylex(void);
 static void yyerror(const char *err);
 static void zconfprint(const char *err, ...);
 static void zconf_error(const char *err, ...);
@@ -36,7 +35,6 @@ static struct menu *current_menu, *current_entry;
 %union
 {
        char *string;
-       struct file *file;
        struct symbol *symbol;
        struct expr *expr;
        struct menu *menu;
@@ -729,6 +727,5 @@ void zconfdump(FILE *out)
        }
 }
 
-#include "zconf.lex.c"
 #include "util.c"
 #include "menu.c"