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

Modified Files:
      Tag: XQuery_0-20
        serialize_pftijah.mx 
Log Message:

back-ported from development trunk to XQuery_0-20 release branch:

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.56
retrieving revision 1.56.4.1
diff -u -d -r1.56 -r1.56.4.1
--- serialize_pftijah.mx        3 Aug 2007 08:08:55 -0000       1.56
+++ serialize_pftijah.mx        22 Jan 2008 22:16:52 -0000      1.56.4.1
@@ -347,7 +347,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