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

Modified Files:
        xquery_fo.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: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- xquery_fo.c 5 Apr 2007 15:23:42 -0000       1.117
+++ xquery_fo.c 16 Apr 2007 12:06:32 -0000      1.118
@@ -61,7 +61,7 @@
  * Load XQuery built-in function signatures into function environment.
  */
 void
-PFfun_xquery_fo ()
+PFfun_xquery_fo (void)
 {
     struct {
         PFns_t ns;


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