Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8480/src/backends/monet5

Modified Files:
        sql.mx 
Log Message:
fixed compilation issue 


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- sql.mx      10 Jan 2010 15:33:33 -0000      1.388
+++ sql.mx      11 Jan 2010 10:42:41 -0000      1.389
@@ -1764,7 +1764,7 @@
        }       break;
        case DDL_ALTER_SEQ:
        {
-               lng *val;
+               lng *val = NULL;
                sql_sequence *s = *(sql_sequence**) getArgReference(stk, pci, 
3);
                if (getArgType(mb, pci, 4) == TYPE_lng) 
                        val = getArgReference(stk, pci, 4);


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to