Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15913/compiler/mil

Modified Files:
        milgen.brg 
Log Message:
propagated changes of Wednesday Feb 18 2009 - Thursday Feb 19 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/18 - hrode: compiler/mil/milgen.brg,1.201.2.8
released two further variables introduced by pf/tijah in the pathfinder
generated MIL code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U milgen.brg
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- milgen.brg  17 Feb 2009 00:54:02 -0000      1.207
+++ milgen.brg  19 Feb 2009 16:22:37 -0000      1.208
@@ -4008,9 +4008,10 @@
             }
             unpin (err, 1);
 #ifdef HAVE_PFTIJAH
-           execute(
-                assgn (var (PF_MIL_TIJAH_SCORE_DB), unused() )
-           );
+            execute(
+                assgn (var (PF_MIL_TIJAH_SCORE_DB), unused() ),
+                assgn (var (PF_MIL_TIJAH_DUMMYPOS), unused() )
+            );
 #endif
         }   break; /* fold) */
 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to