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

Modified Files:
      Tag: XQuery_0-16
        typecheck.brg 
Log Message:
- none appears not to be subtype of none* (that simplifies to empty)



Index: typecheck.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/typecheck.brg,v
retrieving revision 1.51.2.1
retrieving revision 1.51.2.2
diff -u -d -r1.51.2.1 -r1.51.2.2
--- typecheck.brg       25 Jan 2007 16:28:10 -0000      1.51.2.1
+++ typecheck.brg       13 Feb 2007 10:07:05 -0000      1.51.2.2
@@ -425,7 +425,7 @@
             else if (PFty_subtype (TY(R(p)), PFty_star (PFty_docmgmt ())))
                 /* okay, this is a document management query */
                 ;
-            else if (PFty_subtype (TY(R(p)), PFty_star (PFty_none ())))
+            else if (PFty_subtype (TY(R(p)), PFty_none ()))
                 /* not really okay, but we let it go through with
                  * a warning: the query *statically* evaluated to
                  * the error type (none). */


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to