From da80052ba3ff382588d5d03019693692ec30cff9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 19 Aug 2002 08:38:36 +0000 Subject: [PATCH] [project @ 2002-08-19 08:38:36 by simonmar] oops, rts_n_free_capabilities is used in an inline function. --- ghc/rts/Capability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/Capability.c b/ghc/rts/Capability.c index 668f435..d8bdbe6 100644 --- a/ghc/rts/Capability.c +++ b/ghc/rts/Capability.c @@ -26,7 +26,7 @@ Capability MainCapability; /* for non-SMP, we have one global capability */ #endif -static nat rts_n_free_capabilities; +nat rts_n_free_capabilities; #if defined(RTS_SUPPORTS_THREADS) /* returning_worker_cond: when a worker thread returns from executing an -- 1.7.10.4