summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/gc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/gc.c b/extra/gc.c
index 3baa4e51..08def0c0 100644
--- a/extra/gc.c
+++ b/extra/gc.c
@@ -26,6 +26,10 @@
/* This file is not well tested (for now). */
+#define GC_INNER STATIC
+#define GC_EXTERN GC_INNER
+ /* STATIC is defined in gcconfig.h. */
+
/* Small files go first... */
#include "../backgraph.c"
#include "../blacklst.c"