Update of /cvsroot/monetdb/MonetDB4/src/modules/plain
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32339/src/modules/plain

Modified Files:
      Tag: GDK-2
        bat_arith.mx 
Log Message:

made code compile with gcc+optimization and icc:

fixed initialization and usage of variables


Index: bat_arith.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/modules/plain/bat_arith.mx,v
retrieving revision 1.2.6.4
retrieving revision 1.2.6.5
diff -u -d -r1.2.6.4 -r1.2.6.5
--- bat_arith.mx        12 Aug 2007 07:53:43 -0000      1.2.6.4
+++ bat_arith.mx        14 Aug 2007 01:00:53 -0000      1.2.6.5
@@ -116,7 +116,7 @@
 int
 [EMAIL PROTECTED]@3(BAT **ret, BAT *l, BAT *r)
 {
-       REGISTER @1 *bnp, *s;
+       REGISTER @1 *bnp = NULL, *s = NULL;
        BAT *bn;
 
        ALGODEBUG THRprintf(GDKout, "[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@2,@5](l=%s,r=%s);\n", 


-------------------------------------------------------------------------
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

Reply via email to