From: sof Date: Wed, 11 Jul 2001 00:13:22 +0000 (+0000) Subject: [project @ 2001-07-11 00:13:22 by sof] X-Git-Tag: Approximately_9120_patches~1587 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d0dc1b0327a0cc99d5a9392dfcbc143ab4879d87;p=ghc-hetmet.git [project @ 2001-07-11 00:13:22 by sof] Avoid needless redefn of HAVE_ALLOCA --- 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