X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FFrontPanel.h;h=de3b74165751aa983efbb06fcffae4ce24cd4c9f;hb=cd0bb88bca4b8e082e67c455cc17da1b779bb477;hp=e2ea76c0873e24e84467af0b9eb45a7b06504079;hpb=39a991713f0705bf2599930e378178a1d6e2b5f9;p=ghc-hetmet.git diff --git a/ghc/rts/FrontPanel.h b/ghc/rts/FrontPanel.h index e2ea76c..de3b741 100644 --- a/ghc/rts/FrontPanel.h +++ b/ghc/rts/FrontPanel.h @@ -1,12 +1,14 @@ /* ----------------------------------------------------------------------------- - * $Id: FrontPanel.h,v 1.1 2000/11/01 11:41:47 simonmar Exp $ * - * (c) The GHC Team 2000 + * (c) The GHC Team 2000-2005 * * RTS GTK Front Panel * * ---------------------------------------------------------------------------*/ +#ifndef FRONTPANEL_H +#define FRONTPANEL_H + #ifdef RTS_GTK_FRONTPANEL #include "Rts.h" /* needed because this file gets included by @@ -29,3 +31,5 @@ extern gboolean continue_now, stop_now, quit; #endif /* RTS_GTK_FRONTPANEL */ +#endif /* FRONTPANEL_H */ +