X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FFrontPanel.c;h=c2635205e0e90f3e76f596e60438d596b3aadf13;hb=eacd9d2595c8a005dbd9ee749cf4398d66d24da8;hp=477fce0ffdd31e0e6080b7384d4d9d7fe4e5300c;hpb=b996479a35d1876a1c11a350dc568da7b75fcaf2;p=ghc-hetmet.git diff --git a/ghc/rts/FrontPanel.c b/ghc/rts/FrontPanel.c index 477fce0..c263520 100644 --- a/ghc/rts/FrontPanel.c +++ b/ghc/rts/FrontPanel.c @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: FrontPanel.c,v 1.8 2003/06/24 08:49:55 stolz Exp $ * * (c) The GHC Team 2000 * @@ -17,7 +16,6 @@ #include "MBlock.h" #include "FrontPanel.h" #include "Storage.h" -#include "StoragePriv.h" #include "Stats.h" #include "RtsFlags.h" #include "Schedule.h" @@ -103,7 +101,7 @@ configure_event( GtkWidget *widget, GdkEventConfigure *event STG_UNUSED, widget->allocation.width, widget->allocation.height); - fprintf(stderr, "configure!\n"); + debugBelch("configure!\n"); updateFrontPanel(); return TRUE; }