Conflict symbols are now static
[cascardo/grammar.git] / first.c
diff --git a/first.c b/first.c
index cd3f524..e3af868 100644 (file)
--- a/first.c
+++ b/first.c
@@ -474,7 +474,7 @@ GHashTable* grammar_first (Grammar* grammar)
   return first;
 }
 
-void put_key_on_list (gpointer key, gpointer val, gpointer data)
+static void put_key_on_list (gpointer key, gpointer val, gpointer data)
 {
   GList** l;
   l = (GList**) data;