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

Modified Files:
      Tag: PF_ROX
        logdebug.c 
Log Message:
propagated changes of Thursday Jun 05 2008 - Friday Jun 06 2008
from the development trunk to the PF_ROX branch



U logdebug.c
Index: logdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v
retrieving revision 1.89.2.8
retrieving revision 1.89.2.9
diff -u -d -r1.89.2.8 -r1.89.2.9
--- logdebug.c  31 May 2008 11:45:14 -0000      1.89.2.8
+++ logdebug.c  6 Jun 2008 14:25:38 -0000       1.89.2.9
@@ -766,9 +766,9 @@
             break;
 
         case la_type_assert:
-            PFarray_printf (dot, "%s (%s), type: %s", a_id[n->kind],
+            PFarray_printf (dot, "%s (%s), type: %i", a_id[n->kind],
                             PFatt_str (n->sem.type.att),
-                            PFalg_simple_type_str (n->sem.type.ty));
+                            n->sem.type.ty);
             break;
 
         case la_cast:


-------------------------------------------------------------------------
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