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

Modified Files:
        xml2lalg.c 
Log Message:
* Some minor (mostly aesthetic) changes on the la_error operator implementation.



Index: xml2lalg.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xml2lalg.c  13 Dec 2007 13:08:19 -0000      1.7
+++ xml2lalg.c  17 Dec 2007 14:15:23 -0000      1.8
@@ -1845,11 +1845,15 @@
 
/******************************************************************************/
 
/******************************************************************************/
 
-    case la_error:
-        /** FIXME**/
-        assert(!"not implemented, sorry");
+    case la_error                :
+        {
+            PFoops (OOPS_FATAL, "Importing of error operator is not 
implemented yet");
+        }
         break;
 
+/******************************************************************************/
+/******************************************************************************/
+
     case la_cond_err             : 
 
         {


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to