Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7927/compiler/mil
Modified Files:
Tag: M5XQ
milgen.brg
Log Message:
propagated changes of Wednesday Oct 21 2009
from the development trunk to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/21 - jflokstra: compiler/mil/milgen.brg,1.229
- fix for ftiName MIL variable usage when pftijah mil functions are not called
from pftijah generated MIL scripts but from Pathfinder generated scripts.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.215.2.13
retrieving revision 1.215.2.14
diff -u -d -r1.215.2.13 -r1.215.2.14
--- milgen.brg 19 Oct 2009 09:44:59 -0000 1.215.2.13
+++ milgen.brg 21 Oct 2009 10:37:58 -0000 1.215.2.14
@@ -4169,7 +4169,8 @@
unpin (err, 1);
#ifdef HAVE_PFTIJAH
execute(
- assgn (var (PF_MIL_TIJAH_SCORE_DB), unused() )
+ assgn (var (PF_MIL_TIJAH_SCORE_DB), unused() ),
+ assgn (var (PF_MIL_TIJAH_FTINAME), unused() )
);
#endif
} break; /* fold) */
@@ -11146,6 +11147,7 @@
#ifdef HAVE_PFTIJAH
/* create pftijah score db */
declare (var (PF_MIL_TIJAH_SCORE_DB)),
+ declare (var (PF_MIL_TIJAH_FTINAME)),
assgn (var (PF_MIL_TIJAH_SCORE_DB),
seqbase (new (type (mty_void), type(mty_bat) ),
lit_oid (0))),
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins