mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-10 11:20:28 +02:00
12 lines
208 B
C
12 lines
208 B
C
#ifndef EMBEDDER_API_IMPL_H
|
|
#define EMBEDDER_API_IMPL_H
|
|
|
|
#include "gc-embedder-api.h"
|
|
|
|
#ifndef GC_EMBEDDER
|
|
#define GC_EMBEDDER "whippet-embedder.h"
|
|
#endif
|
|
|
|
#include GC_EMBEDDER
|
|
|
|
#endif // EMBEDDER_API_IMPL_H
|