pkgsrc/devel/xxgdb/patches/patch-ac

14 lines
329 B
Text
Raw Normal View History

$NetBSD: patch-ac,v 1.3 2004/06/12 12:44:33 grant Exp $
1998-08-07 12:35:47 +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
#include <stdlib.h>
#include <assert.h>
-#ifdef sparc
+#if defined(sparc) && !defined(__NetBSD__)
#include <alloca.h>
#else
#pragma alloca