Fix missed rename

svn: r18408
This commit is contained in:
Kevin Tew 2010-03-01 17:45:55 +00:00
parent d7f8c62371
commit 706c1b9e00

View File

@ -134,7 +134,7 @@ static void marking_rmp_debug(NewGC *gc, void *info);
#define GCVERBOSEPAGE(msg, page) /* EMPTY */
#endif
THREAD_LOCAL_DECL(static NewGC *GC);
THREAD_LOCAL_DECL(static NewGC *GC_instance);
#define GCTYPE NewGC
#define GC_get_GC() (GC_instance)
#define GC_set_GC(gc) (GC_instance = gc)