mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
removed own (incorrect) signature of regex_compile, including compile.h now for the signature
[SVN r19038]
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
# include "pathsys.h"
|
||||
# include "make.h"
|
||||
# include "hdrmacro.h"
|
||||
# include "compile.h"
|
||||
# include <ctype.h>
|
||||
|
||||
/*
|
||||
@@ -430,7 +431,6 @@ builtin_match(
|
||||
{
|
||||
LIST *l, *r;
|
||||
LIST *result = 0;
|
||||
extern regexp* regex_compile( char* );
|
||||
|
||||
string buf[1];
|
||||
string_new(buf);
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
# include "pathsys.h"
|
||||
# include "make.h"
|
||||
# include "hdrmacro.h"
|
||||
# include "compile.h"
|
||||
# include <ctype.h>
|
||||
|
||||
/*
|
||||
@@ -430,7 +431,6 @@ builtin_match(
|
||||
{
|
||||
LIST *l, *r;
|
||||
LIST *result = 0;
|
||||
extern regexp* regex_compile( char* );
|
||||
|
||||
string buf[1];
|
||||
string_new(buf);
|
||||
|
||||
Reference in New Issue
Block a user