diff options
Diffstat (limited to 'ghc/interpreter/storage.h')
-rw-r--r-- | ghc/interpreter/storage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/interpreter/storage.h b/ghc/interpreter/storage.h index 4949a40d0d..881d2730ce 100644 --- a/ghc/interpreter/storage.h +++ b/ghc/interpreter/storage.h @@ -10,8 +10,8 @@ * included in the distribution. * * $RCSfile: storage.h,v $ - * $Revision: 1.42 $ - * $Date: 2000/04/07 16:25:20 $ + * $Revision: 1.43 $ + * $Date: 2000/04/11 16:36:53 $ * ------------------------------------------------------------------------*/ #define DEBUG_STORAGE /* a moderate level of sanity checking */ @@ -619,7 +619,7 @@ extern Module currentModule; /* Module currently being processed */ extern List moduleGraph; /* :: [GRP_REC | GRP_NONREC] */ extern List prelModules; /* :: [CONID] */ extern List targetModules; /* :: [CONID] */ - +extern Bool nukeModule_needs_major_gc; /* see comment in compiler.c */ extern Bool isValidModule ( Module ); extern Module newModule ( Text ); |