From b4e3fbe03a63aa5d076ab32b0c1d4e0a13e399f8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 13 May 2005 14:28:59 +0000 Subject: [PATCH] [project @ 2005-05-13 14:28:59 by simonmar] gcc 4.0.0 fix: don't declare static total_prof_ticks as extern --- ghc/rts/Profiling.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc/rts/Profiling.h b/ghc/rts/Profiling.h index 4b66989..66e85c4 100644 --- a/ghc/rts/Profiling.h +++ b/ghc/rts/Profiling.h @@ -24,8 +24,6 @@ void reportCCSProfiling ( void ); void PrintNewStackDecls ( void ); -extern lnat RTS_VAR(total_prof_ticks); - extern void fprintCCS( FILE *f, CostCentreStack *ccs ); extern void fprintCCS_stderr( CostCentreStack *ccs ); -- 1.7.10.4