2
0
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:
Toon Knapen
2003-07-11 06:30:40 +00:00
parent 5626e83a90
commit 31664c7b50
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);