2004-06-12 14:44:33 +02:00
|
|
|
$NetBSD: patch-ac,v 1.3 2004/06/12 12:44:33 grant Exp $
|
1998-08-07 12:35:47 +02:00
|
|
|
|
2004-06-12 14:44:33 +02:00
|
|
|
--- regex.c.orig 1995-04-20 02:58:00.000000000 +1000
|
|
|
|
+++ regex.c
|
|
|
|
@@ -122,7 +122,7 @@ what you give them. Help stamp out sof
|
1998-05-13 12:17:40 +02:00
|
|
|
#include <stdlib.h>
|
|
|
|
#include <assert.h>
|
|
|
|
|
|
|
|
-#ifdef sparc
|
|
|
|
+#if defined(sparc) && !defined(__NetBSD__)
|
|
|
|
#include <alloca.h>
|
|
|
|
#else
|
|
|
|
#pragma alloca
|