From 31664c7b507ce7df56cc1bafbf5000705efb42d2 Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Fri, 11 Jul 2003 06:30:40 +0000 Subject: [PATCH] removed own (incorrect) signature of regex_compile, including compile.h now for the signature [SVN r19038] --- historic/jam/src/builtins.c | 2 +- jam_src/builtins.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/historic/jam/src/builtins.c b/historic/jam/src/builtins.c index 6f3008b36..fbe72df50 100644 --- a/historic/jam/src/builtins.c +++ b/historic/jam/src/builtins.c @@ -20,6 +20,7 @@ # include "pathsys.h" # include "make.h" # include "hdrmacro.h" +# include "compile.h" # include /* @@ -430,7 +431,6 @@ builtin_match( { LIST *l, *r; LIST *result = 0; - extern regexp* regex_compile( char* ); string buf[1]; string_new(buf); diff --git a/jam_src/builtins.c b/jam_src/builtins.c index 6f3008b36..fbe72df50 100644 --- a/jam_src/builtins.c +++ b/jam_src/builtins.c @@ -20,6 +20,7 @@ # include "pathsys.h" # include "make.h" # include "hdrmacro.h" +# include "compile.h" # include /* @@ -430,7 +431,6 @@ builtin_match( { LIST *l, *r; LIST *result = 0; - extern regexp* regex_compile( char* ); string buf[1]; string_new(buf);