Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24870/modules/pftijah

Modified Files:
        serialize_pftijah.mx 
Log Message:

maybe this helps to fix
[ 1876422 ] PF: could not load module pftijah on Darwin 9
https://sourceforge.net/tracker/index.php?func=detail&aid=1876422&group_id=56967&atid=482468

declare INLINEd function tj_extend_plane() static (like all other INLINEd 
functions in this file)


Index: serialize_pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah.mx,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- serialize_pftijah.mx        4 Oct 2007 10:41:13 -0000       1.57
+++ serialize_pftijah.mx        22 Jan 2008 22:14:14 -0000      1.58
@@ -349,7 +349,8 @@
 #endif
 }
 
-INLINE oid tj_extend_plane(struct tijahContextStruct *tjctx) {
+INLINE static oid
+tj_extend_plane(struct tijahContextStruct *tjctx) {
     oid base = tjctx->tijahPre - tjctx->dbat_collPre.seqbase; 
 
     if ( base >= tjctx->dbat_collPre.raw_max ) {


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to