diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-24 11:47:29 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-02-13 15:25:49 +0100 |
commit | 981e545a698aee98ed9c11202fe9bc93242f3cec (patch) | |
tree | c780ee0091b08dba92c3aa9fda116bff5ddcb48f /scripts/kconfig/lkc.h | |
parent | Linux 5.0-rc4 (diff) | |
download | linux-981e545a698aee98ed9c11202fe9bc93242f3cec.tar.xz linux-981e545a698aee98ed9c11202fe9bc93242f3cec.zip |
kconfig: rename zconf.l to lexer.l
Use a more logical name.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 531ff7c57d92..d871539e4b45 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/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 { |