]> git.saurik.com Git - bison.git/blobdiff - src/muscle_tab.c
(packgram, reader): Use abort rather than assert.
[bison.git] / src / muscle_tab.c
index d5f39f42b61a2484b6c2fa06d59c98ce39b352a2..979604f1d07a91c4be34aa60612056cdddcddc5e 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "system.h"
 #include "hash.h"
 
 #include "system.h"
 #include "hash.h"
+#include "quotearg.h"
 #include "files.h"
 #include "muscle_tab.h"
 #include "getargs.h"
 #include "files.h"
 #include "muscle_tab.h"
 #include "getargs.h"
@@ -64,7 +65,7 @@ muscle_init (void)
 
   /* Version and input file.  */
   MUSCLE_INSERT_STRING ("version", VERSION);
 
   /* Version and input file.  */
   MUSCLE_INSERT_STRING ("version", VERSION);
-  MUSCLE_INSERT_STRING ("filename", infile);
+  MUSCLE_INSERT_C_STRING ("filename", grammar_file);
 }
 
 
 }