mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-13 17:20:21 +02:00
This commit adds support for ephemerons to the API and wires it into the collectors. It also adds a new test.
10 lines
174 B
C
10 lines
174 B
C
#ifndef GC_INTERNAL_H
|
|
#define GC_INTERNAL_H
|
|
|
|
#ifndef GC_IMPL
|
|
#error internal header file, not part of API
|
|
#endif
|
|
|
|
#include "gc-ephemeron-internal.h"
|
|
|
|
#endif // GC_INTERNAL_H
|