breakage fixing, gc_stdout -> GC_stdout

This commit is contained in:
beard%netscape.com 1999-10-03 22:30:35 +00:00
parent 757d725215
commit 1daeb41128

View File

@ -66,6 +66,6 @@ void GC_remove_roots(char *begin, char *end) {}
void GC_clear_roots() {}
void GC_generic_init_threads() {}
void GC_gcollect() {}
FILE* gc_stdout = NULL;
FILE* GC_stdout = NULL;
FILE* GC_stderr = NULL;
#endif