Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26436/compiler/semantics
Modified Files:
Tag: XQuery_0-18
xquery_fo.c
Log Message:
Compile with HAE_PFTIJAH on Windows.
Fixes to get it to compile:
- don't include getopt.h and strings.h (they don't exist on Windows,
and they weren't actually needed)
- don't use the type str in file included by fled-generated code: it
uses ptr as a variable name, and ptr is declared as a type in the same
include file str is declared (so we also make sure gdk.h is not
included there)
Also, updated to newer libxml2 library.
Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.129.2.3
retrieving revision 1.129.2.4
diff -u -d -r1.129.2.3 -r1.129.2.4
--- xquery_fo.c 8 Jun 2007 06:49:53 -0000 1.129.2.3
+++ xquery_fo.c 15 Jun 2007 08:17:11 -0000 1.129.2.4
@@ -2081,7 +2081,6 @@
, /* tijah:create-ft-index() as docmgmt */
{ .ns = PFns_tijah, .loc = "create-ft-index",
.arity = 0, .sig_count = 1, .sigs = { {
- .par_ty = (PFty_t[]) { },
.ret_ty = PFty_docmgmt () } } }
, /* tijah:create-ft-index(string*) as docmgmt */
{ .ns = PFns_tijah, .loc = "create-ft-index",
@@ -2113,7 +2112,6 @@
, /* tijah:delete-ft-index() as docmgmt */
{ .ns = PFns_tijah, .loc = "delete-ft-index",
.arity = 0, .sig_count = 1, .sigs = { {
- .par_ty = (PFty_t[]) { },
.ret_ty = PFty_docmgmt () } } }
, /* tijah:delete-ft-index(node) as docmgmt */
{ .ns = PFns_tijah, .loc = "delete-ft-index",
-------------------------------------------------------------------------
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