Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30942

Modified Files:
        mal_recycle.mx 
Log Message:
Silence the compilers.


Index: mal_recycle.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_recycle.mx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- mal_recycle.mx      9 Mar 2008 15:39:26 -0000       1.21
+++ mal_recycle.mx      10 Mar 2008 07:16:02 -0000      1.22
@@ -80,7 +80,7 @@
 mal_export void RECYCLEversion(MalBlkPtr mb);
 mal_export int RECYCLEentry(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 mal_export void RECYCLEexit(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
-mal_export void RECYCLEshutdown();
+mal_export void RECYCLEshutdown(void);
 #endif
 @-
 @c
@@ -479,7 +479,7 @@
 To simplify the code, we just drop all BAT reference counts by one.
 @c
 void
-RECYCLEshutdown(){
+RECYCLEshutdown(void){
        InstrPtr q;
        int i,j;
        MalBlkPtr mb;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to