From: rrt Date: Tue, 3 Apr 2001 10:09:23 +0000 (+0000) Subject: [project @ 2001-04-03 10:09:23 by rrt] X-Git-Tag: Approximately_9120_patches~2224 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2c313f6741791123b2dd2d2ef763e53b703abc85;p=ghc-hetmet.git [project @ 2001-04-03 10:09:23 by rrt] Removed spurious bracket that was causing a parse error. --- 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 */