From 2c313f6741791123b2dd2d2ef763e53b703abc85 Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 3 Apr 2001 10:09:23 +0000 Subject: [PATCH] [project @ 2001-04-03 10:09:23 by rrt] Removed spurious bracket that was causing a parse error. --- ghc/rts/Printer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Printer.c b/ghc/rts/Printer.c index e8fb7f3..ec4acdc 100644 --- a/ghc/rts/Printer.c +++ b/ghc/rts/Printer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Printer.c,v 1.39 2001/04/02 14:51:57 simonmar Exp $ + * $Id: Printer.c,v 1.40 2001/04/03 10:09:23 rrt Exp $ * * (c) The GHC Team, 1994-2000. * @@ -919,7 +919,7 @@ extern void DEBUG_LoadSymbols( char *name ) extern void DEBUG_LoadSymbols( char *name STG_UNUSED ) { -( /* nothing, yet */ + /* nothing, yet */ } #endif /* HAVE_BFD_H */ -- 1.7.10.4