Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31086/compiler/semantics
Modified Files:
functions.c
Log Message:
propagated changes of Sunday May 25 2008 - Thursday Jul 03 2008
from the xrpcdemo branch to the development trunk
or better:
applied differences between the current head of the XQuery_0-24 branch (tag
xrpcdemo_sync) and the current head of the xrpcdemo branch (tag
xrpcdemo_done) to the development trunk
U functions.c
Index: functions.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/functions.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- functions.c 3 Apr 2008 09:06:34 -0000 1.34
+++ functions.c 3 Jul 2008 15:10:29 -0000 1.35
@@ -243,6 +243,7 @@
static void
add_ufuns (PFpnode_t *n)
{
+ char *bak = current_atURI;
if (n->kind == p_lib_mod)
current_atURI = n->sem.str;
@@ -258,6 +259,7 @@
(i < PFPNODE_MAXCHILD) && (n->child[i]); i++)
add_ufuns (n->child[i]);
}
+ current_atURI = bak;
}
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins