1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 21:40:34 +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

@ -3,11 +3,12 @@
#include <stdlib.h>
#include <string.h>
#define GC_IMPL 1
#include "gc-api.h"
#include "gc-ephemeron.h"
#include "gc-tracepoint.h"
#define GC_IMPL 1
#include "gc-internal.h"
#include "bdw-attrs.h"