Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4594
Modified Files:
sql.mx
Log Message:
Make inline function static:
sql.mx: In function 'HASHfndTwice':
sql.mx:2110: error: 'bat_iterator' is static but used in inline function
'HASHfndTwice' which is not static
sql.mx:2114: error: 'Hpos' is static but used in inline function 'HASHfndTwice'
which is not static
U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- sql.mx 28 Oct 2008 20:05:04 -0000 1.290
+++ sql.mx 28 Oct 2008 21:45:07 -0000 1.291
@@ -2104,7 +2104,7 @@
/* later we could optimize this to start from current BUN
And only search the from the first if second is not found.
*/
-inline int
+static inline int
HASHfndTwice(BAT *b, ptr v)
{
BATiter bi = bat_iterator(b);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins