Changeset: 091e7f2b105b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=091e7f2b105b
Modified Files:
        pathfinder/compiler/mil/milgen.brg
Branch: Jun2010
Log Message:

merged compilation fix from Jun2010


diffs (16 lines):

diff -r 0fc84c670ac1 -r 091e7f2b105b pathfinder/compiler/mil/milgen.brg
--- a/pathfinder/compiler/mil/milgen.brg        Fri Jul 09 09:18:16 2010 +0200
+++ b/pathfinder/compiler/mil/milgen.brg        Fri Jul 09 10:38:02 2010 +0200
@@ -7487,9 +7487,9 @@
             /* only used in assertions */
             PFalg_simple_type_t ty  = type_of (L(p), p->sem.doc_access.col);
 #endif
-            mvar_t             *str,
-                               *qname_id,
-                               *qname_cont;
+            mvar_t             *str = NULL,
+                               *qname_id = NULL,
+                               *qname_cont = NULL;
 
             PFmil_t *frag = VAR (L(p)->env, col, aat_frag),
                     *pre  = VAR (L(p)->env, col, aat_pre),
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to