From 3cb2eab4d6617c9fa43eccf2d9eb3ea0c80a18ee Mon Sep 17 00:00:00 2001
From: sewardj <unknown>
Date: Thu, 24 Feb 2000 14:09:14 +0000
Subject: [PATCH] [project @ 2000-02-24 14:09:14 by sewardj] Remove debugging
 junk accidentally left in :-(

---
 ghc/interpreter/storage.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ghc/interpreter/storage.h b/ghc/interpreter/storage.h
index ea6a78dc8dca..3d745c89bbe8 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.27 $
- * $Date: 2000/02/24 14:05:55 $
+ * $Revision: 1.28 $
+ * $Date: 2000/02/24 14:09:14 $
  * ------------------------------------------------------------------------*/
 
 /* --------------------------------------------------------------------------
@@ -301,7 +301,6 @@ extern  Ptr             cptrOf          Args((Cell));
 #define UNBOXEDTUP   81           /* UNBOXEDTUP snd :: [Type]              */
 
 #if SIZEOF_VOID_P != SIZEOF_INT
-wuiwiuwuiwmn SIZEOF_INT cc
 #define PTRCELL      82           /* C Heap Pointer snd :: (Int,Int)       */
 #endif
 
-- 
GitLab