[project @ 2002-08-19 08:38:36 by simonmar]
authorsimonmar <unknown>
Mon, 19 Aug 2002 08:38:36 +0000 (08:38 +0000)
committersimonmar <unknown>
Mon, 19 Aug 2002 08:38:36 +0000 (08:38 +0000)
oops, rts_n_free_capabilities is used in an inline function.

ghc/rts/Capability.c

index 668f435..d8bdbe6 100644 (file)
@@ -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