From: sof Date: Wed, 19 Mar 2003 19:07:31 +0000 (+0000) Subject: [project @ 2003-03-19 19:07:31 by sof] X-Git-Tag: Approx_11550_changesets_converted~1061 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6662ef4f43940bd939de37340d88fe12a82b098a;p=ghc-hetmet.git [project @ 2003-03-19 19:07:31 by sof] threadLabels: not public --- 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__ */