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