From c5e77e9b2b8e5dc34b8a600f4fe33d00f94695ce Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Thu, 30 Nov 2006 01:39:13 +0000 Subject: get gettimeofday() out of buildtool:: namespace (bzr r2057) --- buildtool.cpp | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'buildtool.cpp') diff --git a/buildtool.cpp b/buildtool.cpp index 8e0fd0e9d..af1b033e7 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -55,19 +55,9 @@ #include - - -namespace buildtool -{ - - - -//######################################################################## -//######################################################################## -//## U T I L //######################################################################## +//# Definition of gettimeofday() for those who don't have it //######################################################################## - #ifdef __WIN32__ #include struct timezone { @@ -94,6 +84,18 @@ static int gettimeofday (struct timeval *tv, struct timezone *tz) } #endif + + + + + + +namespace buildtool +{ + + + + //######################################################################## //######################################################################## //## R E G E X P -- cgit v1.2.3