From: simonmar Date: Thu, 12 May 2005 10:32:40 +0000 (+0000) Subject: [project @ 2005-05-12 10:32:40 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~570 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=600d395c879c78480955ae8c157e1e750e17a823;p=ghc-hetmet.git [project @ 2005-05-12 10:32:40 by simonmar] Declare checkNurserySanity() --- 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)