summaryrefslogtreecommitdiff
path: root/devel/xxgdb/patches/patch-ac
blob: 388e73535c9795a2e55262e2c5a5041569e4a6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 1998/08/07 10:40:29 agc Exp $

--- regex.c	1998/05/13 10:04:58	1.1
+++ regex.c	1998/05/13 10:06:01
@@ -122,7 +122,7 @@
 #include <stdlib.h>
 #include <assert.h>
 
-#ifdef sparc
+#if defined(sparc) && !defined(__NetBSD__)
 #include <alloca.h>
 #else
 #pragma alloca