From: andy Date: Thu, 9 Mar 2000 21:35:38 +0000 (+0000) Subject: [project @ 2000-03-09 21:35:38 by andy] X-Git-Tag: Approximately_9120_patches~5025 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=783f2c369a8b837d3ec37abe5650f12ca0181101;p=ghc-hetmet.git [project @ 2000-03-09 21:35:38 by andy] Rm debugging printf. --- diff --git a/ghc/interpreter/hugs.c b/ghc/interpreter/hugs.c index 75956fe..1f75aff 100644 --- a/ghc/interpreter/hugs.c +++ b/ghc/interpreter/hugs.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: hugs.c,v $ - * $Revision: 1.39 $ - * $Date: 2000/02/15 13:16:19 $ + * $Revision: 1.40 $ + * $Date: 2000/03/09 21:35:38 $ * ------------------------------------------------------------------------*/ #include @@ -1874,7 +1874,6 @@ Text t; { } else { Printf(""); } -printf("\n");print(name(nm).type,10);printf("\n"); if (isCfun(nm)) { Printf(" -- data constructor"); } else if (isMfun(nm)) {