summaryrefslogtreecommitdiff
path: root/ghc/interpreter/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/interpreter/storage.h')
-rw-r--r--ghc/interpreter/storage.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ghc/interpreter/storage.h b/ghc/interpreter/storage.h
index 8806d29aac..ea6a78dc8d 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.26 $
- * $Date: 2000/02/15 13:16:20 $
+ * $Revision: 1.27 $
+ * $Date: 2000/02/24 14:05:55 $
* ------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------
@@ -300,7 +300,8 @@ extern Ptr cptrOf Args((Cell));
#define DICTAP 80 /* DICTAP snd :: (QClassId,[Type]) */
#define UNBOXEDTUP 81 /* UNBOXEDTUP snd :: [Type] */
-#if SIZEOF_INTP != SIZEOF_INT
+#if SIZEOF_VOID_P != SIZEOF_INT
+wuiwiuwuiwmn SIZEOF_INT cc
#define PTRCELL 82 /* C Heap Pointer snd :: (Int,Int) */
#endif