Adjust to fixed in::rule interface
This commit is contained in:
parent
f0715ced26
commit
ee8622ee17
@ -112,7 +112,7 @@ namespace build2
|
|||||||
void rule::
|
void rule::
|
||||||
process (const location& l,
|
process (const location& l,
|
||||||
action a, const target& t,
|
action a, const target& t,
|
||||||
depdb& dd, size_t dd_skip,
|
depdb& dd, size_t& dd_skip,
|
||||||
string& s, size_t b,
|
string& s, size_t b,
|
||||||
const char* nl,
|
const char* nl,
|
||||||
char sym,
|
char sym,
|
||||||
|
@ -30,7 +30,7 @@ namespace build2
|
|||||||
virtual void
|
virtual void
|
||||||
process (const location&,
|
process (const location&,
|
||||||
action, const target&,
|
action, const target&,
|
||||||
depdb&, size_t,
|
depdb&, size_t&,
|
||||||
string&, size_t,
|
string&, size_t,
|
||||||
const char*,
|
const char*,
|
||||||
char,
|
char,
|
||||||
|
Loading…
Reference in New Issue
Block a user