Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31445
Modified Files:
mal_scenario.mx
Log Message:
Add ifdef clause to detect HAVE_TIMES
so in that case we can use the structure tms (which in windows is not possible
to use).
This resolve windows compilation problem.
Index: mal_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_scenario.mx,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- mal_scenario.mx 5 Sep 2007 18:13:16 -0000 1.112
+++ mal_scenario.mx 6 Sep 2007 11:08:50 -0000 1.113
@@ -581,7 +581,9 @@
{
str msg= MAL_SUCCEED;
lng start;
+#ifdef HAVE_TIMES
struct tms t0,t1;
+#endif
while (c->mode > FINISHING) {
msg = MAL_SUCCEED;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins