wingo pushed a commit to branch wip-whippet
in repository guile.

commit d96b53facde55871c9a5a90254efbb2af7f0d2c1
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Mon Dec 9 14:22:36 2024 +0100

    Missing inline decl: gc_old_generation_check_alloc_table_bit_pattern
---
 api/gc-attrs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/gc-attrs.h b/api/gc-attrs.h
index 389cb536e..d7fc77682 100644
--- a/api/gc-attrs.h
+++ b/api/gc-attrs.h
@@ -35,7 +35,7 @@ enum gc_old_generation_check_kind {
 
 static inline enum gc_old_generation_check_kind 
gc_old_generation_check_kind(size_t obj_size) GC_ALWAYS_INLINE;
 
-static uint8_t gc_old_generation_check_alloc_table_bit_pattern(void) 
GC_ALWAYS_INLINE;
+static inline uint8_t gc_old_generation_check_alloc_table_bit_pattern(void) 
GC_ALWAYS_INLINE;
 
 enum gc_write_barrier_kind {
   GC_WRITE_BARRIER_NONE,

Reply via email to