mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 03:00:25 +02:00
12 lines
242 B
C
12 lines
242 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"
|
|
#include "gc-finalizer-internal.h"
|
|
#include "gc-options-internal.h"
|
|
|
|
#endif // GC_INTERNAL_H
|