Simplify syntax for quasi-quotation
[ghc-hetmet.git] / rts / Globals.c
index 00d911a..01d8a8f 100644 (file)
@@ -32,7 +32,7 @@ typedef enum {
 Mutex globalStoreLock;
 #endif
 
-StgStablePtr store[MaxStoreKey];
+static StgStablePtr store[MaxStoreKey];
 
 void
 initGlobalStore(void)