summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtool.cpp')
-rw-r--r--buildtool.cpp24
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