Loading scripts/kconfig/expr.h +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ extern "C" { struct file { struct file *next; struct file *parent; char *name; const char *name; int lineno; int flags; }; Loading scripts/kconfig/lkc.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ FILE *zconf_fopen(const char *name); void zconf_initscan(const char *name); void zconf_nextfile(const char *name); int zconf_lineno(void); char *zconf_curname(void); const char *zconf_curname(void); /* conf.c */ void xfgets(char *str, int size, FILE *in); Loading scripts/kconfig/zconf.l +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ int zconf_lineno(void) return current_pos.lineno; } char *zconf_curname(void) const char *zconf_curname(void) { return current_pos.file ? current_pos.file->name : "<none>"; } Loading
scripts/kconfig/expr.h +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ extern "C" { struct file { struct file *next; struct file *parent; char *name; const char *name; int lineno; int flags; }; Loading
scripts/kconfig/lkc.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ FILE *zconf_fopen(const char *name); void zconf_initscan(const char *name); void zconf_nextfile(const char *name); int zconf_lineno(void); char *zconf_curname(void); const char *zconf_curname(void); /* conf.c */ void xfgets(char *str, int size, FILE *in); Loading
scripts/kconfig/zconf.l +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ int zconf_lineno(void) return current_pos.lineno; } char *zconf_curname(void) const char *zconf_curname(void) { return current_pos.file ? current_pos.file->name : "<none>"; }