]> git.saurik.com Git - bison.git/blobdiff - src/files.c
* src/bison.simple: Remove #line just before %%epilogue. It
[bison.git] / src / files.c
index d86415216c41cedb7741c973f12addd8dbaf5987..fa31b0327fad890827c0d7d4b0c35b5da8253bea 100644 (file)
@@ -37,7 +37,7 @@ struct obstack output_obstack;
 
 char *spec_outfile = NULL;     /* for -o. */
 char *spec_file_prefix = NULL; /* for -b. */
-char *spec_name_prefix = NULL; /* for -p. */
+const char *spec_name_prefix = "yy";   /* for -p. */
 char *spec_verbose_file = NULL;   /* for --verbose. */
 char *spec_graph_file = NULL;   /* for -g. */
 char *spec_defines_file = NULL; /* for --defines. */