]> git.saurik.com Git - bison.git/blobdiff - src/muscle_tab.c
Do not include <assert.h>.
[bison.git] / src / muscle_tab.c
index 92af0df7ba2c4e47f49d6cc247eb0f95602b7e6d..979604f1d07a91c4be34aa60612056cdddcddc5e 100644 (file)
@@ -65,7 +65,7 @@ muscle_init (void)
 
   /* Version and input file.  */
   MUSCLE_INSERT_STRING ("version", VERSION);
-  MUSCLE_INSERT_C_STRING ("filename", infile);
+  MUSCLE_INSERT_C_STRING ("filename", grammar_file);
 }