[project @ 2003-11-14 09:27:00 by stolz]
[ghc-hetmet.git] / ghc / includes / Stg.h
index a3eda0f..5249d0f 100644 (file)
@@ -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
  *
 /*
  * 'Portable' 
  */
-#if defined(__GNUC__)
+#if defined(__GNUC__) || defined(__TenDRA__)
 # define INLINE_HEADER static inline
 # define INLINE_ME inline
 # define STATIC_INLINE INLINE_HEADER