From 132500ec775ea681a254cefa862d955f7adff890 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 24 Jan 2019 19:47:29 +0900 Subject: [PATCH] kconfig: rename zconf.l to lexer.l Use a more logical name. Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter --- config/{zconf.l => lexer.l} | 0 config/lkc.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/{zconf.l => lexer.l} (100%) diff --git a/config/zconf.l b/config/lexer.l similarity index 100% rename from config/zconf.l rename to config/lexer.l diff --git a/config/lkc.h b/config/lkc.h index 531ff7c..d871539 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -90,7 +90,7 @@ void *xrealloc(void *p, size_t size); char *xstrdup(const char *s); char *xstrndup(const char *s, size_t n); -/* zconf.l */ +/* lexer.l */ int yylex(void); struct gstr { -- 2.31.1