From: Duncan C. <dun...@us...> - 2005-02-11 18:27:19
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28525/gtk/Graphics/UI Modified Files: Gtk.hs Log Message: gtk/Graphics/UI/Gtk.hs: no need to #include <config.h> anymore since the only thing it needed was WIN32 and we now use -DWIN32 instead. gtk/Graphics/UI/Gtk/General/General.chs: add the pragma {-# NOINLINE initGUI #-} and an explanaition of why this is necessary. Index: Gtk.hs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk.hs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Gtk.hs 12 Jan 2005 01:34:56 -0000 1.2 +++ Gtk.hs 11 Feb 2005 18:26:28 -0000 1.3 @@ -39,8 +39,6 @@ -- -- * Every module that is commented out and not mentioned above. -- -#include <config.h> - module Graphics.UI.Gtk ( -- * General things, initialization module Graphics.UI.Gtk.General.General, |