2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Boost Jam/Build cleanup - minor stylistic changes (comment updates; line wrapping; removed some dead/unused function declarations, parameters & code; declared variables as const; reordered some #include directives alphabetically, removed some unnecessary ones and added several missing ones discovered by the reordering).

[SVN r79569]
This commit is contained in:
Jurko Gospodnetić
2012-07-17 08:56:49 +00:00
parent 145ce56f80
commit c16ae1c68a
21 changed files with 526 additions and 490 deletions

View File

@@ -631,7 +631,7 @@ static void var_edit_file( char const * in, string * out, VAR_EDITS * edits )
path_parent( &pathname );
/* Put filename back together. */
path_build( &pathname, out, 0 );
path_build( &pathname, out );
}
else
string_append( out, in );