[project @ 2000-08-02 13:38:13 by rrt]
[ghc-hetmet.git] / ghc / rts / gmp / gmp-impl.h
index 7d56846..c637111 100644 (file)
@@ -22,7 +22,7 @@ MA 02111-1307, USA. */
 /* When using gcc, make sure to use its builtin alloca.  */
 #if ! defined (alloca) && defined (__GNUC__)
 #define alloca __builtin_alloca
-#define HAVE_ALLOCA
+#define HAVE_ALLOCA 1
 #endif
 
 /* When using cc, do whatever necessary to allow use of alloca.  For many