Update of /cvsroot/monetdb/pathfinder/compiler/core
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13876/compiler/core
Modified Files:
fs.brg
Log Message:
propagated changes of Sunday Feb 11 2007 - Tuesday Feb 20 2007
from the XQuery_0-16 branch to the development trunk
Index: fs.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/core/fs.brg,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- fs.brg 9 Feb 2007 23:41:06 -0000 1.54
+++ fs.brg 20 Feb 2007 12:06:51 -0000 1.55
@@ -209,6 +209,7 @@
%term recursion = 126
%term seed = 127
%term xrpc = 128
+%term docmgmt_ty = 129
%%
@@ -621,6 +622,9 @@
/* Pathfinder extension: XRPC */
XRPCCall: xrpc (Expr, FunctionCall) = 235 (10);
+/* Pathfinder extension: statement type for document management functions */
+SequenceType: seq_ty (docmgmt_ty (nil)) = 236 (10);
+
%%
/*
@@ -4017,6 +4021,14 @@
xrpc (var (v3), C(R(p))));
} break;
+ /* SequenceType: seq_ty (docmgmt_ty (nil)) */
+ case 236:
+ /*
+ * statement type for document managemtn user-defined functions.
+ */
+ C(p) = seqtype (PFty_star (PFty_docmgmt ()));
+ break;
+
default:
PFoops_loc (OOPS_FATAL, p->loc, "untranslated expression");
break;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins