Update of /cvsroot/monetdb/MonetDB5/src/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26040/src/compiler
Modified Files:
mal_compiler.mx
Log Message:
gcc doesn't allowed ignoring results from system anymore.
Index: mal_compiler.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/compiler/mal_compiler.mx,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mal_compiler.mx 17 Oct 2007 10:58:11 -0000 1.22
+++ mal_compiler.mx 17 Oct 2007 14:24:22 -0000 1.23
@@ -850,9 +850,9 @@
str
MCmcc(int *ret, str *fname){
char buf[1024];
+
snprintf(buf,1024,"mcc %s",*fname);
- (void) system(buf);
- (void) ret;
+ *ret = system(buf);
return 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