]> git.saurik.com Git - bison.git/blobdiff - src/muscle_tab.c
* NEWS: Version 2.0b.
[bison.git] / src / muscle_tab.c
index 876f1c8969a085747fd811fa48399c0e12778d6b..6e7bd9bbd9e12995636250ec8b6dcc5b33081827 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)