mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Boost Jam code cleanup - minor stylistic changes.
[SVN r79415]
This commit is contained in:
@@ -134,8 +134,6 @@ void file_dirscan( OBJECT * dir, scanback func, void * closure )
|
||||
|
||||
if ( !*dirstr ) dirstr = ".";
|
||||
|
||||
/* Now enter contents of directory. */
|
||||
|
||||
if ( !( dd = opendir( dirstr ) ) )
|
||||
{
|
||||
PROFILE_EXIT( FILE_DIRSCAN );
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !defined(NT) || defined(__GNUC__)
|
||||
#if !defined( NT ) || defined( __GNUC__ )
|
||||
#include <unistd.h> /* for unlink */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user