From 7817e009b4eebc0e9ba17f3615301a82b721f885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 11 Jul 2001 16:13:18 +0200 Subject: [PATCH] Fixed a few warnings. Rev: src/gc.h:1.84 --- src/gc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gc.h b/src/gc.h index e540e51b38..22885ec0a1 100644 --- a/src/gc.h +++ b/src/gc.h @@ -1,5 +1,5 @@ /* - * $Id: gc.h,v 1.83 2001/07/05 01:44:56 mast Exp $ + * $Id: gc.h,v 1.84 2001/07/11 14:13:18 grubba Exp $ */ #ifndef GC_H #define GC_H @@ -236,7 +236,7 @@ void gc_delayed_free(void *a, TYPE_T type); void debug_gc_mark_enqueue(queue_call call, void *data); int gc_mark(void *a); PMOD_EXPORT void gc_cycle_enqueue(gc_cycle_check_cb *checkfn, void *data, int weak); -void gc_cycle_run_queue(); +void gc_cycle_run_queue(void); int gc_cycle_push(void *x, struct marker *m, int weak); void do_gc_recurse_svalues(struct svalue *s, int num); void do_gc_recurse_short_svalue(union anything *u, TYPE_T type); -- GitLab