mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-11 19:50:28 +02:00
Merge remote-tracking branch 'whippet/main' into wip-whippet
This commit is contained in:
commit
fd7b5d2d0c
9 changed files with 202 additions and 179 deletions
12
libguile/whippet/src/embedder-api-impl.h
Normal file
12
libguile/whippet/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