1
Fork 0
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:
Andy Wingo 2025-04-16 13:42:18 +02:00
commit fd7b5d2d0c
9 changed files with 202 additions and 179 deletions

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