Update of /cvsroot/monetdb/pathfinder/compiler/sql
In directory sc8-pr-cvs16:/tmp/cvs-serv32041/compiler/sql

Modified Files:
        sql.c 
Log Message:
Add void to function definitions when the functions don't take any
parameters.  Who know, maybe this helps the internal compiler error in
icc on Linux.


Index: sql.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/sql.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- sql.c       23 Mar 2007 22:23:44 -0000      1.22
+++ sql.c       16 Apr 2007 12:06:32 -0000      1.23
@@ -389,7 +389,7 @@
 }
 
 PFsql_t*
-PFsql_sortkey_expressions_empty()
+PFsql_sortkey_expressions_empty(void)
 {
     return terminator();
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to