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

Modified Files:
        xquery_scenario.mx 
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_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime5/xquery_scenario.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xquery_scenario.mx  23 Feb 2007 12:51:43 -0000      1.6
+++ xquery_scenario.mx  16 Apr 2007 12:06:33 -0000      1.7
@@ -74,7 +74,7 @@
 }
 
 str
-XQUERYprelude()
+XQUERYprelude(void)
 {
        Scenario s = getFreeScenario();
        if (!s)
@@ -109,7 +109,7 @@
        return MAL_SUCCEED;
 }
 str
-XQUERYepilogue()
+XQUERYepilogue(void)
 {
        return MAL_SUCCEED;
 }


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