X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2Fstorage.h;fp=ghc%2Finterpreter%2Fstorage.h;h=932f5536ca6a5f7dd63b046c90be4b9ae8665815;hb=564f5f6203ea431c7b50d3dad348e2a846589485;hp=3d745c89bbe85082e6920d69ff43970e9fd98628;hpb=f1b1d5f0d4d26794e76a10703d0b646269e41c87;p=ghc-hetmet.git diff --git a/ghc/interpreter/storage.h b/ghc/interpreter/storage.h index 3d745c8..932f553 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.28 $ - * $Date: 2000/02/24 14:09:14 $ + * $Revision: 1.29 $ + * $Date: 2000/02/25 10:53:54 $ * ------------------------------------------------------------------------*/ /* -------------------------------------------------------------------------- @@ -140,6 +140,10 @@ extern Cell whatIs Args((Cell)); * and string text etc. * ------------------------------------------------------------------------*/ +#if !defined(SIZEOF_VOID_P) || !defined(SIZEOF_INT) +#error SIZEOF_VOID_P or SIZEOF_INT is not defined +#endif + #define TAGMIN 1 /* Box and constructor cell tag values */ #define BCSTAG 30 /* Box=TAGMIN..BCSTAG-1 */ #define isTag(c) (TAGMIN<=(c) && (c)