Update of /cvsroot/monetdb/pathfinder/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4258

Modified Files:
      Tag: XQuery_0-24
        compile.c 
Log Message:
-- Complementing Stefans bugfix in milgen.brg by adding the module loading
   prelude only for the stand-alone pf code generation.


U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.151.2.1
retrieving revision 1.151.2.2
diff -u -d -r1.151.2.1 -r1.151.2.2
--- compile.c   28 May 2008 11:37:14 -0000      1.151.2.1
+++ compile.c   5 Jun 2008 07:49:21 -0000       1.151.2.2
@@ -709,6 +709,10 @@
     if (status->timing)
         PFlog ("MIL code generation:\t\t\t %s", PFtimer_str (tm));
 
+    mroot = PFmil_seq (PFmil_module (PFmil_lit_str ("pathfinder")),
+                       PFmil_module (PFmil_lit_str ("mkey")),
+                       mroot);
+    
     /* make runtime timing available */
     if (status->timing) {
         mroot = PFmil_seq (mroot,


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to