Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17494/src/server

Modified Files:
        sql_symbol.mx 
Log Message:

made sql compile with icc, again:
symtype != int


Index: sql_symbol.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_symbol.mx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- sql_symbol.mx       1 Apr 2007 22:08:57 -0000       1.30
+++ sql_symbol.mx       4 Apr 2007 08:52:17 -0000       1.31
@@ -111,7 +111,7 @@
 int symbol_debug = 0;
 
 static symbol *
-symbol_init(symbol *s, int token, int type )
+symbol_init(symbol *s, int token, symtype type )
 {
        s->token = token;
        s->type = type;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to