Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26298

Modified Files:
        rel_optimizer.mx 
Log Message:
humble attempt to fix the long standing complaint of the Intel compiler 
'rel_optimizer.mx:2692: enumerated type mixed with another type'

U rel_optimizer.mx
Index: rel_optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_optimizer.mx,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- rel_optimizer.mx    25 Jul 2009 22:08:38 -0000      1.64
+++ rel_optimizer.mx    26 Jul 2009 18:15:19 -0000      1.65
@@ -2681,7 +2681,7 @@
                                    rf->card > CARD_ATOM) {
                                        sql_exp *ne;
                                        int swap = 0, lt = 0, gt = 0;
-                                       int ef = e->flag, ff = f->flag;
+                                       comp_type ef = e->flag, ff = f->flag;
                                
                                        /* is left swapped ? */
                                        if (exp_match_exp(re, lf)) {


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to