mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
kconfig: rename zconf.y to parser.y
Use a more logical name. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "lkc.h"
|
||||
#include "zconf.tab.h"
|
||||
#include "parser.tab.h"
|
||||
|
||||
#define YY_DECL static int yylex1(void)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user