diff options
Diffstat (limited to 'libguile/gc.c')
-rw-r--r-- | libguile/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gc.c b/libguile/gc.c index 12a0b581d..21932d9f2 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -1017,7 +1017,7 @@ gc_async_thunk (void) */ static void * mark_gc_async (void * hook_data SCM_UNUSED, - void *func_data SCM_UNUSED, + void *fn_data SCM_UNUSED, void *data SCM_UNUSED) { /* If cell access debugging is enabled, the user may choose to perform |