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

Modified Files:
        xquery_fo.c 
Log Message:
Implementation of the fn:error(string?, string) built-in function.


Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- xquery_fo.c 27 Nov 2007 17:13:02 -0000      1.146
+++ xquery_fo.c 27 Dec 2007 13:07:15 -0000      1.147
@@ -270,7 +270,7 @@
       { .ns = PFns_fn, .loc = "error",
         .arity = 0,  .sig_count = 1, .sigs = { {
             .ret_ty = PFty_none () } },
-        .alg = NULL }
+        .alg = PFbui_fn_error_empty }
     , /* fn:error (string) as none */
       { .ns = PFns_fn, .loc = "error",
         .arity = 1, .sig_count = 1, .sigs = { {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to