Update of /cvsroot/monetdb/sql/src/storage/bat
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31510/src/storage/bat

Modified Files:
      Tag: Nov2009
        res_table.mx 
Log Message:
generate a compilation problem in strict mode

Index: res_table.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/res_table.mx,v
retrieving revision 1.23
retrieving revision 1.23.4.1
diff -u -d -r1.23 -r1.23.4.1
--- res_table.mx        28 Jun 2009 17:43:30 -0000      1.23
+++ res_table.mx        2 Dec 2009 12:57:21 -0000       1.23.4.1
@@ -72,7 +72,7 @@
 res_col_create(sql_trans *tr, res_table *t, char *tn, char *name, char 
*typename, int digits, int scale, int mtype, void *val)
 {
        res_col *c = t->cols + t->cur_col;
-       
+
        if (!sql_find_subtype(&c->type, typename, digits, scale)) 
                sql_init_subtype(&c->type, sql_trans_bind_type(tr, NULL, 
typename), digits, scale);
        c->tn = _strdup(tn);


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to