Loading scripts/genksyms/genksyms.c +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ static struct symbol *symtab[HASH_BUCKETS]; static FILE *debugfile; int cur_line = 1; char *cur_filename, *source_file; char *cur_filename; int in_source_file; static int flag_debug, flag_dump_defs, flag_reference, flag_dump_types, Loading scripts/genksyms/genksyms.h +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ typedef struct string_list **yystype; #define YYSTYPE yystype extern int cur_line; extern char *cur_filename, *source_file; extern char *cur_filename; extern int in_source_file; struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); Loading scripts/genksyms/lex.l +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ yylex(void) static int suppress_type_lookup, dont_want_brace_phrase; static struct string_list *next_node; static char *source_file; int token, count = 0; struct string_list *cur_node; Loading Loading
scripts/genksyms/genksyms.c +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ static struct symbol *symtab[HASH_BUCKETS]; static FILE *debugfile; int cur_line = 1; char *cur_filename, *source_file; char *cur_filename; int in_source_file; static int flag_debug, flag_dump_defs, flag_reference, flag_dump_types, Loading
scripts/genksyms/genksyms.h +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ typedef struct string_list **yystype; #define YYSTYPE yystype extern int cur_line; extern char *cur_filename, *source_file; extern char *cur_filename; extern int in_source_file; struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); Loading
scripts/genksyms/lex.l +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ yylex(void) static int suppress_type_lookup, dont_want_brace_phrase; static struct string_list *next_node; static char *source_file; int token, count = 0; struct string_list *cur_node; Loading