Manuel, thanks for the quick fix --- unfootunately, icc is still not "happy": /ufs/manegold/_/scratch0/Monet/Testing/Current/pathfinder/compiler/sql/sql.c(176): error #188: enumerated type mixed with another type ret.type = aat_int; ^ I guess, ret.type = sql_type_integer; would make icc happy ... ;-) Stefan On Tue, Nov 07, 2006 at 09:32:57AM +0000, Manuel Mayr wrote:
Update of /cvsroot/monetdb/pathfinder/compiler/sql In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26876
Modified Files: sql.c Log Message: avoiding c++ comment style
Index: sql.c =================================================================== RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/sql.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- sql.c 7 Nov 2006 09:13:43 -0000 1.5 +++ sql.c 7 Nov 2006 09:32:55 -0000 1.6 @@ -173,6 +173,7 @@ { PFsql_schema_item_t ret;
+ ret.type = aat_int; ret.name = PFsql_alg_att_conv(item.name);
return ret;
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |