From 600d395c879c78480955ae8c157e1e750e17a823 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 12 May 2005 10:32:40 +0000 Subject: [PATCH] [project @ 2005-05-12 10:32:40 by simonmar] Declare checkNurserySanity() --- ghc/includes/Storage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/includes/Storage.h b/ghc/includes/Storage.h index 0ef5785..98e536c 100644 --- a/ghc/includes/Storage.h +++ b/ghc/includes/Storage.h @@ -402,6 +402,7 @@ extern lnat calcNeeded ( void ); extern void memInventory(void); extern void checkSanity(void); extern nat countBlocks(bdescr *); +extern void checkNurserySanity( step *stp ); #endif #if defined(DEBUG) -- 1.7.10.4