aboutsummaryrefslogtreecommitdiff
path: root/textproc/gsed/files/patch-lib-regex_internal.h
blob: 9fc8806d6fbb45118049e6f6f0a4fa536a019827 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/regex_internal.h.orig	Tue Feb 28 01:36:13 2006
+++ lib/regex_internal.h	Tue Feb 28 01:36:38 2006
@@ -410,8 +410,6 @@
 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
 
-#include <alloca.h>
-
 #ifndef _LIBC
 # if HAVE_ALLOCA
 /* The OS usually guarantees only one guard page at the bottom of the stack,