From: stolz Date: Mon, 8 Mar 2004 10:27:22 +0000 (+0000) Subject: [project @ 2004-03-08 10:27:22 by stolz] X-Git-Tag: Approx_11550_changesets_converted~17 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=694a0622ef057691a02aa8e651fdd7bb5244a61d;p=ghc-hetmet.git [project @ 2004-03-08 10:27:22 by stolz] INLINEs for Intel's icc --- diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h index c6792b3..caa1dc3 100644 --- a/ghc/includes/Stg.h +++ b/ghc/includes/Stg.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stg.h,v 1.60 2003/12/28 13:09:43 panne Exp $ + * $Id: Stg.h,v 1.61 2004/03/08 10:27:22 stolz Exp $ * * (c) The GHC Team, 1998-1999 * @@ -105,7 +105,7 @@ /* * 'Portable' */ -#if defined(__GNUC__) +#if defined(__GNUC__) || defined( __INTEL_COMPILER) # define INLINE_HEADER static inline # define INLINE_ME inline # define STATIC_INLINE INLINE_HEADER