Update of /cvsroot/monetdb/pathfinder/compiler/algebra/prop
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7330/algebra/prop
Modified Files:
prop_req_node.c
Log Message:
-- Fix wrong reference (thanks to JanF. for reporting this).
U prop_req_node.c
Index: prop_req_node.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_req_node.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prop_req_node.c 4 Apr 2008 15:38:03 -0000 1.5
+++ prop_req_node.c 9 Apr 2008 07:15:06 -0000 1.6
@@ -917,7 +917,7 @@
break;
case la_fun_call:
- assert ((type_of (n, n->sem.fun_call.iter) & aat_node) == 0);
+ assert ((type_of (L(n), n->sem.fun_call.iter) & aat_node) == 0);
prop_infer_req_node_vals (L(n), NULL);
prop_infer_req_node_vals (R(n), NULL); /* function param */
return; /* only infer once */
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins