diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-11-30 01:39:13 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-11-30 01:39:13 +0000 |
| commit | c5e77e9b2b8e5dc34b8a600f4fe33d00f94695ce (patch) | |
| tree | 2b547340a21fc5c320360e4c807d161ff285a5b7 /buildtool.cpp | |
| parent | C++ find dialog calling code. (diff) | |
| download | inkscape-c5e77e9b2b8e5dc34b8a600f4fe33d00f94695ce.tar.gz inkscape-c5e77e9b2b8e5dc34b8a600f4fe33d00f94695ce.zip | |
get gettimeofday() out of buildtool:: namespace
(bzr r2057)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/buildtool.cpp b/buildtool.cpp index 8e0fd0e9d..af1b033e7 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -55,19 +55,9 @@ #include <errno.h> - - -namespace buildtool -{ - - - -//######################################################################## -//######################################################################## -//## U T I L //######################################################################## +//# Definition of gettimeofday() for those who don't have it //######################################################################## - #ifdef __WIN32__ #include <sys/timeb.h> struct timezone { @@ -94,6 +84,18 @@ static int gettimeofday (struct timeval *tv, struct timezone *tz) } #endif + + + + + + +namespace buildtool +{ + + + + //######################################################################## //######################################################################## //## R E G E X P |
