Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29108

Modified Files:
      Tag: XQuery_0-18
        serialize_pftijah.mx 
Log Message:
- change 'if ( 1 )' to PROPDEBUG for BATpropcheck's on "C" generated BAT's



Index: serialize_pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah.mx,v
retrieving revision 1.49.2.1
retrieving revision 1.49.2.2
diff -u -d -r1.49.2.1 -r1.49.2.2
--- serialize_pftijah.mx        7 Jun 2007 12:50:49 -0000       1.49.2.1
+++ serialize_pftijah.mx        7 Jun 2007 14:12:25 -0000       1.49.2.2
@@ -43,7 +43,6 @@
 @c
 #include <pf_config.h>
 
-
 /* #define TJ_TRACE 1 */
 
 /*******************************************
@@ -689,7 +688,7 @@
        BBPunfix(BBPcacheid(tjctx->b_collPre));
        BBPunfix(BBPcacheid(tjctx->b_collSize));
        BBPunfix(BBPcacheid(tjctx->b_collPfPre));
-       if ( 1 ) {
+       PROPDEBUG {
                BATpropcheck(tjctx->b_globalTerm,BATPROPS_ALL);
                BATpropcheck(tjctx->b_globalTag,BATPROPS_ALL);
                BATpropcheck(tjctx->b_docName,BATPROPS_ALL);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to