Update of /cvsroot/monetdb/pathfinder/compiler
In directory sc8-pr-cvs16:/tmp/cvs-serv32041/compiler
Modified Files:
scope.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: scope.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/scope.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- scope.c 23 Jan 2007 14:05:43 -0000 1.12
+++ scope.c 16 Apr 2007 12:06:31 -0000 1.13
@@ -74,7 +74,7 @@
* @return pointer to scope data structure
*/
PFscope_t *
-PFscope ()
+PFscope (void)
{
PFscope_t *s;
unsigned int i;
-------------------------------------------------------------------------
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