mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Add missing file
This commit is contained in:
parent
55d3fb7dc7
commit
a9ba085ad0
2 changed files with 13 additions and 0 deletions
1
embed.am
1
embed.am
|
@ -80,6 +80,7 @@ libwhippet_la_SOURCES = \
|
||||||
%D%/src/background-thread.h \
|
%D%/src/background-thread.h \
|
||||||
%D%/src/copy-space.h \
|
%D%/src/copy-space.h \
|
||||||
%D%/src/debug.h \
|
%D%/src/debug.h \
|
||||||
|
%D%/src/embedder-api-impl.h \
|
||||||
%D%/src/extents.h \
|
%D%/src/extents.h \
|
||||||
%D%/src/field-set.h \
|
%D%/src/field-set.h \
|
||||||
%D%/src/freelist.h \
|
%D%/src/freelist.h \
|
||||||
|
|
12
src/embedder-api-impl.h
Normal file
12
src/embedder-api-impl.h
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#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
|
Loading…
Add table
Add a link
Reference in a new issue