mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-15 02:00:22 +02:00
Separate compilation!!!!!
This commit is contained in:
parent
fe9bdf6397
commit
b082f5f50d
28 changed files with 344 additions and 189 deletions
|
@ -8,6 +8,10 @@
|
|||
#define GC_EMBEDDER_API static
|
||||
#endif
|
||||
|
||||
struct gc_mutator_roots;
|
||||
struct gc_heap_roots;
|
||||
struct gc_atomic_forward;
|
||||
|
||||
GC_EMBEDDER_API inline void gc_trace_object(void *object,
|
||||
void (*trace_edge)(struct gc_edge edge,
|
||||
void *trace_data),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue