X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FPrinter.c;h=541b7c2a7789e5bdb780ffaec014531e62829956;hb=9ff75d089614cce1cfa8c88344ace47698258bfa;hp=82ce1355537e55111bf5fe306572521c26f6e254;hpb=c5725b16ca7090841e54222ccf9122bdcb3f7047;p=ghc-hetmet.git diff --git a/ghc/rts/Printer.c b/ghc/rts/Printer.c index 82ce135..541b7c2 100644 --- a/ghc/rts/Printer.c +++ b/ghc/rts/Printer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Printer.c,v 1.24 2000/04/12 09:37:19 sewardj Exp $ + * $Id: Printer.c,v 1.25 2000/04/14 15:18:06 sewardj Exp $ * * (c) The GHC Team, 1994-2000. * @@ -152,7 +152,7 @@ void printClosure( StgClosure *obj ) fprintf(stderr,", "); printPtr((StgPtr)caf->value); /* should be null */ fprintf(stderr,", "); - printPtr((StgPtr)caf->link); /* should be null */ + printPtr((StgPtr)caf->link); fprintf(stderr,")\n"); break; }