tiny cleanup
authorSimon Marlow <simonmar@microsoft.com>
Tue, 21 Mar 2006 11:27:02 +0000 (11:27 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 21 Mar 2006 11:27:02 +0000 (11:27 +0000)
ghc/rts/RetainerSet.h

index 965b9d3..6a00e13 100644 (file)
@@ -127,7 +127,7 @@ extern RetainerSet rs_MANY;
  */
 
 #define BINARY_SEARCH_THRESHOLD   8
-static inline rtsBool
+INLINE_HEADER rtsBool
 isMember(retainer r, RetainerSet *rs)
 {
   int i, left, right;       // must be int, not nat (because -1 can appear)