diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-30 14:34:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-30 14:44:43 +0200 |
commit | c7e9f97fc7684c01c692916be1ac2cfc92024a0c (patch) | |
tree | 6c3dbee692ab21948a36a327ae8622668d59eb01 /libbuild2/variable.hxx | |
parent | 771f4176ad578e1967e0407c31cefaf1c38081aa (diff) |
Verify path set by {src,out}-root.build files is absolute
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r-- | libbuild2/variable.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 93f684b..409a4aa 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -460,8 +460,8 @@ namespace build2 // for diagnostics. // template <typename T> - void typify (value&, const variable*); - void typify (value&, const value_type&, const variable*); + void typify (value&, const variable*); + void typify (value&, const value_type&, const variable*); LIBBUILD2_SYMEXPORT void typify_atomic (context&, value&, const value_type&, const variable*); |