Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'missing binary operator before token' gc error in gcconfig.h
(a cherry-pick of commit 5507e18 from 'master') The error occurs only if gcconfig.h is included before include gc.h (as, e.g., done in init_global_static_roots.cpp). * include/private/gcconfig.h [!GC_H && HAVE_CONFIG_H]: Include config.h. * include/private/gcconfig.h [!GC_H]: Include gc.h.
- Loading branch information