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

Modified Files:
      Tag: PF_ROX
        import.c 
Log Message:
propagated changes of Friday 15 Feb 2008 - Monday Feb 18 2008
from the development trunk to the PF_ROX branch


Index: import.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/schema/import.c,v
retrieving revision 1.22
retrieving revision 1.22.4.1
diff -u -d -r1.22 -r1.22.4.1
--- import.c    11 Jan 2008 10:47:16 -0000      1.22
+++ import.c    18 Feb 2008 16:57:35 -0000      1.22.4.1
@@ -64,13 +64,6 @@
 
 #include "mem.h"
 
-#define L(n) ((n)->child[0])
-#define R(n) ((n)->child[1])
-#define LR(n) R(L(n))
-#define RL(n) L(R(n))
-#define LL(n) L(L(n))
-#define RR(n) R(R(n))
-
 /**
  * XML Schema import requires libxml2
  */
@@ -80,6 +73,9 @@
 #include "libxml/parser.h"
 #include "libxml/parserInternals.h"
 
+/* Easily access subtree-parts */
+#include "child_mnemonic.h"
+
 /**
  * Current state of type mapping DFA.
  */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to