From d0dc1b0327a0cc99d5a9392dfcbc143ab4879d87 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 11 Jul 2001 00:13:22 +0000 Subject: [PATCH] [project @ 2001-07-11 00:13:22 by sof] Avoid needless redefn of HAVE_ALLOCA --- ghc/rts/gmp/gmp-impl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/gmp/gmp-impl.h b/ghc/rts/gmp/gmp-impl.h index 3d130d2..3c7ac26 100644 --- a/ghc/rts/gmp/gmp-impl.h +++ b/ghc/rts/gmp/gmp-impl.h @@ -57,7 +57,9 @@ MA 02111-1307, USA. */ #endif #if defined (alloca) +# ifndef HAVE_ALLOCA #define HAVE_ALLOCA +# endif #endif #if ! defined (HAVE_ALLOCA) || USE_STACK_ALLOC -- 1.7.10.4