]> git.saurik.com Git - bison.git/blobdiff - src/muscle_tab.c
* src/parse-gram.y (version_check): Exit 63 to please missing
[bison.git] / src / muscle_tab.c
index 876f1c8969a085747fd811fa48399c0e12778d6b..3e0fb289decf4c55aa375a324fc0194783f6bd31 100644 (file)
@@ -41,7 +41,7 @@ struct obstack muscle_obstack;
 /* Initial capacity of muscles hash table.  */
 #define HT_INITIAL_CAPACITY 257
 
-struct hash_table *muscle_table = NULL;
+static struct hash_table *muscle_table = NULL;
 
 static bool
 hash_compare_muscles (void const *x, void const *y)
@@ -74,7 +74,7 @@ muscle_init (void)
 
   /* Version and input file.  */
   MUSCLE_INSERT_STRING ("version", VERSION);
-  MUSCLE_INSERT_C_STRING ("filename", grammar_file);
+  MUSCLE_INSERT_C_STRING ("file_name", grammar_file);
 }