X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/26cfe0be878f4cc9ed934479605f6d393ae1242d..fbbf9b3bb99ef505b55d5d1ba8b98f98226dc358:/src/files.c?ds=inline diff --git a/src/files.c b/src/files.c index d8641521..fa31b032 100644 --- a/src/files.c +++ b/src/files.c @@ -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. */