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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user