1
Fork 0
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:
Andy Wingo 2025-04-16 12:43:15 +02:00
parent 55d3fb7dc7
commit a9ba085ad0
2 changed files with 13 additions and 0 deletions

View file

@ -80,6 +80,7 @@ libwhippet_la_SOURCES = \
%D%/src/background-thread.h \
%D%/src/copy-space.h \
%D%/src/debug.h \
%D%/src/embedder-api-impl.h \
%D%/src/extents.h \
%D%/src/field-set.h \
%D%/src/freelist.h \

12
src/embedder-api-impl.h Normal file
View 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