Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5289/pathfinder/compiler/include
Modified Files:
Tag: XQuery_0-24
mil.h
Log Message:
fixed code to keep icc from complaining about
"
.../pathfinder/compiler/mil/../include/mil.h(505): error #310: old-style
parameter list (anachronism)
PFmil_t * PFmil_break ();
^
compilation aborted for .../pathfinder/compiler/mil/mil.c (code 2)
"
U mil.h
Index: mil.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil.h,v
retrieving revision 1.67.2.2
retrieving revision 1.67.2.3
diff -u -d -r1.67.2.2 -r1.67.2.3
--- mil.h 5 Jun 2008 16:29:50 -0000 1.67.2.2
+++ mil.h 5 Jun 2008 17:50:36 -0000 1.67.2.3
@@ -502,7 +502,7 @@
PFmil_t * PFmil_while (const PFmil_t *, const PFmil_t *);
/** break statement */
-PFmil_t * PFmil_break ();
+PFmil_t * PFmil_break (void);
/**
* Assignment statement including declaration:
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins