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

Modified Files:
        xquery_fo.c 
Log Message:
* error in signature comment



Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- xquery_fo.c 24 May 2007 11:37:06 -0000      1.128
+++ xquery_fo.c 31 May 2007 12:08:02 -0000      1.129
@@ -2069,11 +2069,11 @@
 
 #ifdef HAVE_PFTIJAH
 /* #4. PFTIJAH FUNCTIONS */
-    , /* tijah:ft-index-info () as element()* */
+    , /* tijah:ft-index-info () as element* */
       { .ns = PFns_tijah, .loc = "ft-index-info",
         .arity = 0, .sig_count = 1, .sigs = { {
             .ret_ty = PFty_star( PFty_xs_anyElement ()) } } }
-    , /* tijah:ft-index-info (string*) as element()* */
+    , /* tijah:ft-index-info (string) as element* */
       { .ns = PFns_tijah, .loc = "ft-index-info",
         .arity = 1, .sig_count = 1, .sigs = { {
             .par_ty = (PFty_t[]) { PFty_xs_string () },


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to