From 33273cefac6b8a82222893b69e3e1f54052f282c Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 5 Apr 2006 14:51:26 +0000 Subject: [PATCH] add freeStorage() prototype --- ghc/includes/Storage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/includes/Storage.h b/ghc/includes/Storage.h index 46081ad..3a6bb2f 100644 --- a/ghc/includes/Storage.h +++ b/ghc/includes/Storage.h @@ -109,6 +109,7 @@ extern generation * RTS_VAR(oldest_gen); extern void initStorage(void); extern void exitStorage(void); +extern void freeStorage(void); /* ----------------------------------------------------------------------------- Generic allocation -- 1.7.10.4