mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-10 15:50:50 +02:00
8 lines
225 B
C
8 lines
225 B
C
#ifndef CONSERVATIVE_ROOTS_TYPES_H
|
|
#define CONSERVATIVE_ROOTS_TYPES_H
|
|
|
|
struct handle { void *unused; };
|
|
struct gc_heap_roots { void *unused; };
|
|
struct gc_mutator_roots { void *unused; };
|
|
|
|
#endif // CONSERVATIVE_ROOTS_TYPES_H
|