@@ -57,8 +57,8 @@ struct depend {
LinkedList2Node node;
};
-LinkedList2 provides;
-LinkedList2 free_depends;
+static LinkedList2 provides;
+static LinkedList2 free_depends;
static struct provide * find_provide (const char *name)
{
@@ -66,8 +66,8 @@ struct depend {
int provide_collapsing;
-LinkedList2 depends;
+static LinkedList2 depends;