From c214a15e47fccdf8779870783ef48fb359453fe7 Mon Sep 17 00:00:00 2001 From: Michael Gran Date: Tue, 20 Jun 2023 17:14:09 -0700 Subject: [PATCH] libgc's GC_REDIRECT_TO_LOCAL is obsolete. Removed in v7.2g in 2016. * libguile/bdw-gc.h (GC_REDIRECT_TO_LOCAL): remove --- libguile/bdw-gc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libguile/bdw-gc.h b/libguile/bdw-gc.h index 3107ebcef..0b38ab963 100644 --- a/libguile/bdw-gc.h +++ b/libguile/bdw-gc.h @@ -31,7 +31,6 @@ allocation. */ # define GC_THREADS 1 -# define GC_REDIRECT_TO_LOCAL 1 /* Don't #define pthread routines to their GC_pthread counterparts. Instead we will be careful inside Guile to use the GC_pthread