]> git.saurik.com Git - bison.git/blobdiff - src/files.h
(yylineno, yyoutname): Remove static vars, replacing
[bison.git] / src / files.h
index 3d264db2c47ce140772bdc250c7f7f550056dd73..a6cbfa2788cb4370b51a521f4d38b55af5e07f2c 100644 (file)
@@ -67,8 +67,4 @@ char* stringappend (const char* string1, const char* string2);
 /* Prefix used to generate output file names.  */
 extern char *short_base_name;
 
-/* Infix used to generate output file names (i.e., `.tab', or `_tab',
-   or `').  */
-extern char *output_infix;
-
 #endif /* !FILES_H_ */