X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStg.h;h=f37c22f1b03e4558b14906289d04b6b64af182bd;hb=b67f18569f3be1118d7325cde71c8a0bc1508655;hp=5249d0f53beeed32c3ac001766892c09539012b4;hpb=2df439cce75fec8c3620f88ee193c06f2a766050;p=ghc-hetmet.git diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h index 5249d0f..f37c22f 100644 --- a/ghc/includes/Stg.h +++ b/ghc/includes/Stg.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stg.h,v 1.58 2003/11/14 09:27:02 stolz Exp $ + * $Id: Stg.h,v 1.59 2003/11/14 14:28:08 stolz Exp $ * * (c) The GHC Team, 1998-1999 * @@ -105,7 +105,7 @@ /* * 'Portable' */ -#if defined(__GNUC__) || defined(__TenDRA__) +#if defined(__GNUC__) # define INLINE_HEADER static inline # define INLINE_ME inline # define STATIC_INLINE INLINE_HEADER