From 33922e599b8571ec8282fa49c12066cdc704a891 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 7 Jun 2006 14:10:13 +0000 Subject: [PATCH] warning fix --- rts/Linker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rts/Linker.c b/rts/Linker.c index 8a82190..1919618 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -825,7 +825,7 @@ initFreeList(rootEntry *table, nat n, rootEntry *free) root_ptr_free = table; } -void +static void initRootPtrTable(void) { if (RPT_size > 0) @@ -839,7 +839,7 @@ initRootPtrTable(void) } -void +static void enlargeRootPtrTable(void) { nat old_RPT_size = RPT_size; -- 1.7.10.4