[project @ 2005-05-12 10:32:40 by simonmar]
authorsimonmar <unknown>
Thu, 12 May 2005 10:32:40 +0000 (10:32 +0000)
committersimonmar <unknown>
Thu, 12 May 2005 10:32:40 +0000 (10:32 +0000)
Declare checkNurserySanity()

ghc/includes/Storage.h

index 0ef5785..98e536c 100644 (file)
@@ -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)