From: sof Date: Thu, 31 Jan 2002 07:04:27 +0000 (+0000) Subject: [project @ 2002-01-31 07:04:27 by sof] X-Git-Tag: Approximately_9120_patches~206 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1ac8af862ae6495b300dbef389da17c91f30577e;p=ghc-hetmet.git [project @ 2002-01-31 07:04:27 by sof] got tired of seeing gcc trigraph warning --- diff --git a/ghc/rts/parallel/ParallelDebug.c b/ghc/rts/parallel/ParallelDebug.c index 9513756..b357af6 100644 --- a/ghc/rts/parallel/ParallelDebug.c +++ b/ghc/rts/parallel/ParallelDebug.c @@ -293,7 +293,7 @@ StgClosure *node; #endif #if defined(USE_COST_CENTRES) - fprintf(stderr,"Cost Centre (???): 0x%lx\n",INFO_CAT(info_ptr)); + fprintf(stderr,"Cost Centre (?): 0x%lx\n",INFO_CAT(info_ptr)); #endif #if defined(_INFO_COPYING) @@ -766,7 +766,7 @@ StgPtr node; #endif #if defined(PROFILING) - fprintf(stderr,"Cost Centre (???): 0x%lx\n",INFO_CAT(info_ptr)); + fprintf(stderr,"Cost Centre (?): 0x%lx\n",INFO_CAT(info_ptr)); #endif #if defined(_INFO_COPYING)