1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-08 14:02:26 +02:00

Split inline function definitions out to separate headers

Users will need to include gc-allocate.h, gc-safepoint.h, and
gc-barrier.h explicitly.
This commit is contained in:
Andy Wingo 2025-07-01 12:45:41 +02:00
parent c49a372da7
commit 4fe4177d7c
11 changed files with 248 additions and 201 deletions

View file

@ -7,6 +7,7 @@
#include "assert.h"
#include "gc-api.h"
#include "gc-barrier.h"
#include "gc-basic-stats.h"
#include "gc-finalizer.h"
#include "simple-roots-api.h"