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

Modified Files:
        bitset.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: bitset.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mem/bitset.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bitset.c    3 Jan 2007 12:32:55 -0000       1.4
+++ bitset.c    16 Apr 2007 12:06:32 -0000      1.5
@@ -57,7 +57,7 @@
 #define UNIT_IDX(x) ((x) >> ADDR_BITS_PER_UNIT)
 #define BITSET_UNIT_AT(a, b) (*((bitset_unit *)PFarray_at ((a), (b))))
 
-PFbitset_t *PFbitset () 
+PFbitset_t *PFbitset (void) 
 {
     return PFarray (sizeof (bitset_unit)); 
 }


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