From 783f2c369a8b837d3ec37abe5650f12ca0181101 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 9 Mar 2000 21:35:38 +0000 Subject: [PATCH] [project @ 2000-03-09 21:35:38 by andy] Rm debugging printf. --- ghc/interpreter/hugs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)) { -- 1.7.10.4