From 3131eb47f1b3d65b08853c7fe3a4245afcbd6b6d Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 9 Jun 1997 07:22:58 +0000 Subject: [PATCH] [project @ 1997-06-09 07:22:58 by sof] turn off gcc warning --- ghc/includes/SMClosures.lh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/includes/SMClosures.lh b/ghc/includes/SMClosures.lh index 3d57a01..37b642d 100644 --- a/ghc/includes/SMClosures.lh +++ b/ghc/includes/SMClosures.lh @@ -1106,7 +1106,7 @@ the same structure as a @SPEC_1_0@ closure. #define INTLIKE_CLOSURE_NoNONPTRS(closure) (1L) /* Array of static intlike closures */ -extern P_ INTLIKE_closures; +extern const P_ INTLIKE_closures; /* Range of static intlike closures MAX_INTLIKE, MIN_INTLIKE is in GhcConstants.lh */ -- 1.7.10.4