openbsd-ports/textproc/gsed/patches/patch-lib_regex_internal_h
sturm 0d82a2fa98 Initial import of gnu sed 4.1.5
GNU sed is the Free Software Foundation's version of the sed(1) editor.

from Armin Wolfermann <armin@wolfermann.org>
prodded by Stefan Sperling
2007-09-17 08:39:53 +00:00

12 lines
449 B
Plaintext

$OpenBSD: patch-lib_regex_internal_h,v 1.1.1.1 2007/09/17 08:39:53 sturm Exp $
--- lib/regex_internal.h.orig Tue Dec 6 09:50:56 2005
+++ lib/regex_internal.h Mon Sep 17 09:09:08 2007
@@ -410,7 +410,6 @@ static unsigned int re_string_context_at (const re_str
#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