2012-12-24 20:29:54 -05:00
|
|
|
$OpenBSD: patch-lib_regex_internal_h,v 1.3 2012/12/25 01:29:54 brad Exp $
|
|
|
|
--- lib/regex_internal.h.orig Sat Dec 22 08:21:52 2012
|
|
|
|
+++ lib/regex_internal.h Sun Dec 23 16:39:35 2012
|
|
|
|
@@ -448,7 +448,6 @@ static unsigned int re_string_context_at (const re_str
|
2007-09-17 04:39:53 -04:00
|
|
|
#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
|