Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16:/tmp/cvs-serv32041/compiler/mil
Modified Files:
milprint_summer.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: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -d -r1.363 -r1.364
--- milprint_summer.c 11 Apr 2007 12:56:49 -0000 1.363
+++ milprint_summer.c 16 Apr 2007 12:06:32 -0000 1.364
@@ -351,7 +351,7 @@
typedef struct type_co type_co;
static type_co
-int_container ()
+int_container (void)
{
type_co new_co;
new_co.kind = INT;
@@ -364,7 +364,7 @@
}
static type_co
-dbl_container ()
+dbl_container (void)
{
type_co new_co;
new_co.kind = DBL;
@@ -377,7 +377,7 @@
}
static type_co
-dec_container ()
+dec_container (void)
{
type_co new_co;
new_co.kind = DEC;
@@ -390,7 +390,7 @@
}
static type_co
-str_container ()
+str_container (void)
{
type_co new_co;
new_co.kind = STR;
@@ -403,7 +403,7 @@
}
static type_co
-u_A_container ()
+u_A_container (void)
{
type_co new_co;
new_co.kind = U_A;
@@ -416,7 +416,7 @@
}
static type_co
-bool_container ()
+bool_container (void)
{
type_co new_co;
new_co.kind = BOOL;
-------------------------------------------------------------------------
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