mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-08 18:22:28 +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
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "simple-tagging-scheme.h"
|
||||
#include "gc-api.h"
|
||||
#include "gc-allocate.h"
|
||||
|
||||
static inline void*
|
||||
gc_allocate_with_kind(struct gc_mutator *mut, enum alloc_kind kind, size_t bytes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue