X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2Fstorage.h;h=d0013f66b10d7f7fba0b4c6aa6fe663a51845382;hb=ec0381bfc2b53bf33c76388ef143e76c89b53a83;hp=747cbee9ffb04b3151d04381329ef35f5b680c99;hpb=e3bb5d64a61847a306ef38f14b39768adb721cf6;p=ghc-hetmet.git diff --git a/ghc/interpreter/storage.h b/ghc/interpreter/storage.h index 747cbee..d0013f6 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.36 $ - * $Date: 2000/03/23 14:54:21 $ + * $Revision: 1.37 $ + * $Date: 2000/03/28 10:20:56 $ * ------------------------------------------------------------------------*/ #define DEBUG_STORAGE @@ -146,7 +146,6 @@ extern Syntax syntaxOf ( Text ); * ------------------------------------------------------------------------*/ #define heapAlloc(s) (Heap)(farCalloc(s,sizeof(Cell))) -#define heapBuilt() (heapFst) extern Int heapSize; extern Heap heapFst, heapSnd; extern Heap heapTopFst;