From 980fc7d0d8ebfac98b6080f3214c1551abf74bb6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 13 May 2005 14:27:56 +0000 Subject: [PATCH] [project @ 2005-05-13 14:27:56 by simonmar] gcc 4.0.0 fix: don't declare static static_objects as extern --- ghc/includes/Storage.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/includes/Storage.h b/ghc/includes/Storage.h index 98e536c..597ce2e 100644 --- a/ghc/includes/Storage.h +++ b/ghc/includes/Storage.h @@ -421,7 +421,6 @@ extern void newDynCAF(StgClosure *); extern void move_TSO(StgTSO *src, StgTSO *dest); extern StgTSO *relocate_stack(StgTSO *dest, ptrdiff_t diff); -extern StgClosure * RTS_VAR(static_objects); extern StgClosure * RTS_VAR(scavenged_static_objects); extern StgWeak * RTS_VAR(old_weak_ptr_list); extern StgWeak * RTS_VAR(weak_ptr_list); -- 1.7.10.4