From 05ae92d8425c38cbdb75d4a8ac9096e5d07840a5 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 2 Nov 1999 17:08:28 +0000
Subject: [PATCH] [project @ 1999-11-02 17:08:28 by simonmar] Remove accidental
 wibble that made it in with the last commit

---
 ghc/rts/BlockAlloc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/rts/BlockAlloc.h b/ghc/rts/BlockAlloc.h
index a2c9b2b594d4..833beee99491 100644
--- a/ghc/rts/BlockAlloc.h
+++ b/ghc/rts/BlockAlloc.h
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: BlockAlloc.h,v 1.6 1999/11/02 15:05:56 simonmar Exp $
+ * $Id: BlockAlloc.h,v 1.7 1999/11/02 17:08:28 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -26,7 +26,7 @@ extern void freeChain(bdescr *p);
 
 /* Finding the block descriptor for a given block -------------------------- */
 
-extern inline bdescr *Bdescr(StgPtr p)
+static inline bdescr *Bdescr(StgPtr p)
 {
   return (bdescr *)
     ((((W_)p &  MBLOCK_MASK & ~BLOCK_MASK) >> (BLOCK_SHIFT-BDESCR_SHIFT)) 
-- 
GitLab