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

Modified Files:
        logical.h 
Log Message:
-- Cleaned up code:
   o The state_label field in the logical algebra is again
     a short and thus aligned with the field child_state_label.
     (This perhaps fixes a 64bit related bug.)
   o The state_label field is not (mis-)used as reference counter anymore.


Index: logical.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/logical.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- logical.h   25 Feb 2008 08:58:43 -0000      1.56
+++ logical.h   19 Mar 2008 13:27:19 -0000      1.57
@@ -481,7 +481,7 @@
     PFla_op_sem_t      sem;        /**< semantic content for this operator */
     PFalg_schema_t     schema;     /**< result schema */
 
-    unsigned short     state_label;/**< Burg puts its state information here. 
*/
+    short              state_label;/**< Burg puts its state information here. 
*/
     short              child_state_label[PFLA_OP_MAXCHILD];
                                    /**< control information for Burg pattern
                                         matching */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to