1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

More build system reworking

This commit is contained in:
Andy Wingo 2025-04-16 12:40:44 +02:00
parent 6e36c039e9
commit 75700ec3ed
5 changed files with 63 additions and 65 deletions

View file

@ -66,4 +66,12 @@ static inline enum gc_cooperative_safepoint_kind gc_cooperative_safepoint_kind(v
static inline int gc_can_pin_objects(void) GC_ALWAYS_INLINE;
#ifndef GC_IMPL
#ifdef GC_ATTRS
#include GC_ATTRS
#else
#error Fix build system to pass -DGC_ATTRS="path/to/foo-attrs.h" for selected GC
#endif // GC_ATTRS
#endif // GC_IMPL
#endif // GC_ATTRS_H