Fix up inlines for gcc 4.3
[ghc-hetmet.git] / rts / ProfHeap.c
index 599b479..9aca5a9 100644 (file)
@@ -182,7 +182,7 @@ static char *type_names[] = {
  * the band to which this closure's heap space is attributed in the
  * heap profile.
  * ------------------------------------------------------------------------- */
-STATIC_INLINE void *
+static void *
 closureIdentity( StgClosure *p )
 {
     switch (RtsFlags.ProfFlags.doHeapProfile) {