[project @ 2003-03-19 19:07:31 by sof]
authorsof <unknown>
Wed, 19 Mar 2003 19:07:31 +0000 (19:07 +0000)
committersof <unknown>
Wed, 19 Mar 2003 19:07:31 +0000 (19:07 +0000)
threadLabels: not public

ghc/rts/ThreadLabels.h

index 6fa8804..97d3d0d 100644 (file)
@@ -6,12 +6,12 @@
  * Table of thread labels.
  *
  * ---------------------------------------------------------------------------*/
+#ifndef __THREADLABELS_H__
+#define __THREADLABELS_H__
 
 #include "Rts.h"
 #include "Hash.h"
 
-extern HashTable * threadLabels;
-
 void
 initThreadLabelTable(void);
 
@@ -23,3 +23,5 @@ lookupThreadLabel(StgWord key);
 
 void
 removeThreadLabel(StgWord key);
+
+#endif /* __THREADLABELS_H__ */