Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1973/modules/pftijah/tjc

Modified Files:
      Tag: M5XQ
        tjc_milprint.c 
Log Message:
propagated changes of Wednesday Apr 22 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/04/22 - hrode: modules/pftijah/tjc/tjc_milprint.c,1.20
correct semantics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: tjc_milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- tjc_milprint.c      16 Apr 2009 10:29:37 -0000      1.19
+++ tjc_milprint.c      22 Apr 2009 14:27:48 -0000      1.19.2.1
@@ -95,7 +95,7 @@
     if (tjc_c->timing) {
        TJCPRINTF(MILOUT,"timing := FALSE;\n");
     }
-    if (tjc_c->returnall) {
+    if (tjc_c->semantics == 1) {
         TJCPRINTF(MILOUT,"returnAllElements := FALSE;\n");
     } 
     TJCPRINTF(MILOUT,"}\n");
@@ -113,7 +113,7 @@
     TJCPRINTF(MILOUT,"var upprop := \"%s\";\n", tjc_c->upprop);    
     TJCPRINTF(MILOUT,"var andcomb := \"%s\";\n", tjc_c->andcomb);    
     TJCPRINTF(MILOUT,"var orcomb := \"%s\";\n", tjc_c->orcomb);    
-    if (tjc_c->returnall) {
+    if (tjc_c->semantics == 1) {
         TJCPRINTF(MILOUT,"var returnall := TRUE;\n");
     } else {
         TJCPRINTF(MILOUT,"var returnall := FALSE;\n");


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to