mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
kconfig: rename zconf.l to lexer.l
Use a more logical name. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
f17b5f06cb
commit
981e545a69
3 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue