12 lines
234 B
Text
12 lines
234 B
Text
|
--- 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
|