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

Modified Files:
        logical.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: logical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/logical.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- logical.c   18 Mar 2007 22:05:01 -0000      1.44
+++ logical.c   16 Apr 2007 12:06:31 -0000      1.45
@@ -2776,7 +2776,7 @@
 /**
  * Constructor for the last item of a parameter list
  */
-PFla_op_t *PFla_nil ()
+PFla_op_t *PFla_nil (void)
 {
     PFla_op_t     *ret;
 


-------------------------------------------------------------------------
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