aboutsummaryrefslogtreecommitdiffstats
path: root/gc/include/private/gc_pmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'gc/include/private/gc_pmark.h')
-rw-r--r--gc/include/private/gc_pmark.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gc/include/private/gc_pmark.h b/gc/include/private/gc_pmark.h
index cf70706..5936f2e 100644
--- a/gc/include/private/gc_pmark.h
+++ b/gc/include/private/gc_pmark.h
@@ -136,7 +136,8 @@ extern mse * GC_mark_stack;
/* Set *new_hdr_p to corr. hdr. */
#ifdef __STDC__
# ifdef PRINT_BLACK_LIST
- ptr_t GC_find_start(ptr_t current, hdr *hhdr, hdr **new_hdr_p, word source);
+ ptr_t GC_find_start(ptr_t current, hdr *hhdr, hdr **new_hdr_p,
+ ptr_t source);
# else
ptr_t GC_find_start(ptr_t current, hdr *hhdr, hdr **new_hdr_p);
# endif