genksyms: make source_file a local variable in lexer
[linux-2.6-microblaze.git] / scripts / genksyms / genksyms.h
index 2bcdb9b..21ed2ec 100644 (file)
@@ -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);