mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
13 lines
522 B
Diff
13 lines
522 B
Diff
diff -urN sed-4.1.5.orig/lib/regexec.c sed-4.1.5/lib/regexec.c
|
|
--- sed-4.1.5.orig/lib/regexec.c 2008-06-04 18:23:17.189401740 +0000
|
|
+++ sed-4.1.5/lib/regexec.c 2008-06-04 18:26:00.994736475 +0000
|
|
@@ -18,6 +18,8 @@
|
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
02111-1307 USA. */
|
|
|
|
+#include "stdbool.h"
|
|
+
|
|
static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
|
|
int n) internal_function;
|
|
static void match_ctx_clean (re_match_context_t *mctx) internal_function;
|