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

Modified Files:
      Tag: M5XQ
        xml2lalg.c 
Log Message:
propagated changes of Tuesday Nov 10 2009
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/10 - sjoerd: compiler/xmlimport/xml2lalg.c,1.40.2.1
  propagated changes of Tuesday Nov 10 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/10 - tsheyar: compiler/xmlimport/xml2lalg.c,1.42
    -- Apply Anands whitespace fixes.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: xml2lalg.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg.c,v
retrieving revision 1.32.2.7
retrieving revision 1.32.2.8
diff -u -d -r1.32.2.7 -r1.32.2.8
--- xml2lalg.c  9 Nov 2009 00:05:07 -0000       1.32.2.7
+++ xml2lalg.c  10 Nov 2009 18:58:34 -0000      1.32.2.8
@@ -1152,7 +1152,7 @@
     case la_disjunion            :
 
         {
-               newAlgNode = PFla_disjunion(CHILDNODE(0), CHILDNODE(1));
+            newAlgNode = PFla_disjunion(CHILDNODE(0), CHILDNODE(1));
         }
         break;
 
@@ -2048,7 +2048,7 @@
 
/******************************************************************************/
 
/******************************************************************************/
 
-    case la_trace                : 
+    case la_trace                :
 
         {
             newAlgNode = PFla_trace (CHILDNODE(0), CHILDNODE(1));


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to