Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4589/compiler/mil
Modified Files:
mil.c milgen.brg
Log Message:
- fix for ftiName MIL variable usage when pftijah mil functions are not called
from pftijah generated MIL scripts but from Pathfinder generated scripts.
Index: mil.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/mil.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- mil.c 5 Oct 2009 09:38:56 -0000 1.83
+++ mil.c 21 Oct 2009 10:03:51 -0000 1.84
@@ -381,6 +381,7 @@
#ifdef HAVE_PFTIJAH
case PF_MIL_TIJAH_DUMMYPOS: return "tijah_dummyPOS";
case PF_MIL_TIJAH_SCORE_DB: return "tijah_scoreDB";
+ case PF_MIL_TIJAH_FTINAME: return "ftiName";
case PF_MIL_TIJAH_FTI_TAPE: return "tijah_ftiTape";
#endif
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- milgen.brg 19 Oct 2009 09:30:43 -0000 1.228
+++ milgen.brg 21 Oct 2009 10:03:59 -0000 1.229
@@ -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