summaryrefslogtreecommitdiff
path: root/ghc/rts/parallel/ParallelDebug.c
diff options
context:
space:
mode:
authorsof <unknown>2002-01-31 07:04:27 +0000
committersof <unknown>2002-01-31 07:04:27 +0000
commit1ac8af862ae6495b300dbef389da17c91f30577e (patch)
tree71b5ad8a371c5cd32032845d398ca930923dba75 /ghc/rts/parallel/ParallelDebug.c
parent6920123095e8a30f6f09d982db1e746376f73f87 (diff)
downloadhaskell-1ac8af862ae6495b300dbef389da17c91f30577e.tar.gz
[project @ 2002-01-31 07:04:27 by sof]
got tired of seeing gcc trigraph warning
Diffstat (limited to 'ghc/rts/parallel/ParallelDebug.c')
-rw-r--r--ghc/rts/parallel/ParallelDebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/parallel/ParallelDebug.c b/ghc/rts/parallel/ParallelDebug.c
index 95137569b3..b357af6379 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)