Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11917/include

Modified Files:
        builtins.h 
Log Message:
-- Try to fix NaN issues in selections on the XQuery core level
   (where we still have a bigger context).

   This might fix issues reported in bug #2876948.


U builtins.h
Index: builtins.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/builtins.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- builtins.h  5 Oct 2009 09:38:11 -0000       1.63
+++ builtins.h  12 Oct 2009 16:15:14 -0000      1.64
@@ -1070,6 +1070,11 @@
                                           bool ordering,
                                           PFla_op_t **side_effects,
                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_pf_number (const PFla_op_t *loop,
+                                    bool ordering,
+                                    PFla_op_t **side_effects,
+                                    struct PFla_pair_t *args);
+
 
 /* #2. PATHFINDER SPECIFIC DOCUMENT MANAGEMENT FUNCTIONS */
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to