From: sewardj Date: Wed, 24 Nov 1999 17:32:41 +0000 (+0000) Subject: [project @ 1999-11-24 17:32:41 by sewardj] X-Git-Tag: Approximately_9120_patches~5495 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=90503580e4f2ce878798682123b949b0204b99ee;p=ghc-hetmet.git [project @ 1999-11-24 17:32:41 by sewardj] Disable debug printing in setDefaultLibDir. --- diff --git a/ghc/interpreter/machdep.c b/ghc/interpreter/machdep.c index 2adcb31..f1fa49f 100644 --- a/ghc/interpreter/machdep.c +++ b/ghc/interpreter/machdep.c @@ -13,8 +13,8 @@ * included in the distribution. * * $RCSfile: machdep.c,v $ - * $Revision: 1.12 $ - * $Date: 1999/11/24 10:38:10 $ + * $Revision: 1.13 $ + * $Date: 1999/11/24 17:32:41 $ * ------------------------------------------------------------------------*/ #ifdef HAVE_SIGNAL_H @@ -628,7 +628,7 @@ void setDefaultLibDir ( String argv_0 ) while (defaultLibDir[i] != SLASH) i--; i++; strcpy(&defaultLibDir[i], "lib"); - fprintf ( stderr, "default lib dir = %s\n", defaultLibDir ); + /* fprintf ( stderr, "default lib dir = %s\n", defaultLibDir ); */ } Bool findFilesForModule (