From 694a0622ef057691a02aa8e651fdd7bb5244a61d Mon Sep 17 00:00:00 2001 From: stolz Date: Mon, 8 Mar 2004 10:27:22 +0000 Subject: [PATCH] [project @ 2004-03-08 10:27:22 by stolz] INLINEs for Intel's icc --- ghc/includes/Stg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4