X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FRtsTypes.h;h=9e8c7b847b8b4c78227bbe81a992a9c00d9596dc;hb=245f6720bf4f341b35033dc5bc1cd828e074950a;hp=1a29ea8ff4e4f0a68139c31203afda6665f1f6b1;hpb=03dc2dd3dd814ad85cc4c45e9cafc7b73163c8be;p=ghc-hetmet.git diff --git a/ghc/includes/RtsTypes.h b/ghc/includes/RtsTypes.h index 1a29ea8..9e8c7b8 100644 --- a/ghc/includes/RtsTypes.h +++ b/ghc/includes/RtsTypes.h @@ -1,5 +1,5 @@ /* - Time-stamp: <2004-11-08 12:17:01 simonmar> + Time-stamp: <2005-03-30 12:02:33 simonmar> RTS specific types. */ @@ -11,11 +11,7 @@ #ifndef RTS_TYPES_H #define RTS_TYPES_H -#if SIZEOF_VOID_P == 8 -typedef unsigned long nat; /* at least 32 bits (like int) */ -#else typedef unsigned int nat; /* at least 32 bits (like int) */ -#endif typedef unsigned long lnat; /* at least 32 bits */ #ifndef _MSC_VER typedef unsigned long long ullong; /* at least 32 bits */