[project @ 1999-01-19 17:06:02 by simonm]
[ghc-hetmet.git] / ghc / rts / StoragePriv.h
index 24b7a84..defe142 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: StoragePriv.h,v 1.4 1999/01/18 15:21:40 simonm Exp $
+ * $Id: StoragePriv.h,v 1.5 1999/01/19 17:06:05 simonm Exp $
  *
  * Internal Storage Manger Interface
  *
@@ -106,6 +106,8 @@ extern nat nursery_blocks;
 extern nat alloc_blocks;
 extern nat alloc_blocks_lim;
 
+extern bdescr *allocNursery (bdescr *last_bd, nat blocks);
+
 static inline void
 dbl_link_onto(bdescr *bd, bdescr **list)
 {