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

Modified Files:
        import.c 
Log Message:
-- The endless Odyssey through the pathfinder code checking
   for correct initialization of global variables (Part 2).

   This time---checking all files in folders:
    o compiler/mem
    o compiler/schema
    o compiler/utils


U import.c
Index: import.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/schema/import.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- import.c    17 Mar 2008 17:41:28 -0000      1.26
+++ import.c    2 Apr 2008 16:35:44 -0000       1.27
@@ -941,7 +941,7 @@
 {
     /*   t1   -->   t2 & t1
      *   t2
-     */ 
+     */
 
     PFty_t t1;
     PFty_t t2;
@@ -1944,7 +1944,7 @@
   , .processingInstruction = 0
   , .comment               = 0
   , .warning               = 0
-  , .fatalError            = 0 
+  , .fatalError            = 0
   , .getParameterEntity    = 0
   , .cdataBlock            = 0
   , .externalSubset        = 0
@@ -2353,7 +2353,7 @@
  * @ctx:  an error context
  * @msg:  the message to display/transmit
  * @...:  extra parameters for the message display
- * 
+ *
  * Default handler for out of context error messages.
  */
 void
@@ -2413,7 +2413,7 @@
     if (! ctx)
         PFoops (OOPS_SCHEMAIMPORT,
                 "failed to open XML Schema file at URI `%s'", xsd_loc);
-               
+
     /* hook in the callbacks driving the type mapping DFA */
     ctx->sax = &schema_import_sax;
 


-------------------------------------------------------------------------
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