mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-08 02:20: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:
parent
c49a372da7
commit
4fe4177d7c
11 changed files with 248 additions and 201 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue