]> git.saurik.com Git - bison.git/blobdiff - src/output.c
Akim Demaille <akim@epita.fr>
[bison.git] / src / output.c
index 24a77a8ce1903e4e9987e934928ccaac91d9b536..1f3bbcaaa8e5a38f3086f958855ac5e4618e6116 100644 (file)
@@ -601,6 +601,16 @@ prepare (void)
 
   /* File names.  */
   MUSCLE_INSERT_STRING ("prefix", spec_name_prefix ? spec_name_prefix : "yy");
+#define DEFINE(Name) MUSCLE_INSERT_STRING (#Name, Name ? Name : "")
+  DEFINE (dir_prefix);
+  DEFINE (parser_file_name);
+  DEFINE (spec_defines_file);
+  DEFINE (spec_file_prefix);
+  DEFINE (spec_graph_file);
+  DEFINE (spec_name_prefix);
+  DEFINE (spec_outfile);
+  DEFINE (spec_verbose_file);
+#undef DEFINE
 
   /* User Code.  */
   obstack_1grow (&pre_prologue_obstack, 0);