From 6662ef4f43940bd939de37340d88fe12a82b098a Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 19 Mar 2003 19:07:31 +0000 Subject: [PATCH] [project @ 2003-03-19 19:07:31 by sof] threadLabels: not public --- ghc/rts/ThreadLabels.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc/rts/ThreadLabels.h b/ghc/rts/ThreadLabels.h index 6fa8804..97d3d0d 100644 --- a/ghc/rts/ThreadLabels.h +++ b/ghc/rts/ThreadLabels.h @@ -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__ */ -- 1.7.10.4