mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
breakage fixing, gc_stdout -> GC_stdout
This commit is contained in:
parent
757d725215
commit
1daeb41128
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user