Remove the Unicode alternative for ".." (#3894)
[ghc-hetmet.git] / rts / FrontPanel.h
index de3b741..fba97e1 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef FRONTPANEL_H
 #define FRONTPANEL_H
 
+BEGIN_RTS_PRIVATE
+
 #ifdef RTS_GTK_FRONTPANEL
 
 #include "Rts.h"  /* needed because this file gets included by
@@ -31,5 +33,7 @@ extern gboolean continue_now, stop_now, quit;
 
 #endif /* RTS_GTK_FRONTPANEL */
 
+END_RTS_PRIVATE
+
 #endif /* FRONTPANEL_H */