13 lines
289 B
Text
13 lines
289 B
Text
$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
|