Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16:/tmp/cvs-serv18327

Modified Files:
        sql.h sql_mnemonic.h 
Log Message:


cleaning


Index: sql.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/sql.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sql.h       23 Mar 2007 22:23:43 -0000      1.16
+++ sql.h       7 May 2007 11:47:22 -0000       1.17
@@ -1,7 +1,7 @@
 /**
  * @file
  *
- * Declarations regarding the transformation from logical algebra to sql. 
+ * Declarations regarding the transformation from logical algebra to sql.
  *
  *
  * Copyright Notice:
@@ -33,14 +33,13 @@
 #ifndef SQL_H
 #define SQL_H
[...1159 lines suppressed...]
@@ -611,10 +986,6 @@
  */
 PFsql_t* PFsql_div(const PFsql_t *a, const PFsql_t *b);
 
-/**
- * Construct an like operator.
- */
-PFsql_t* PFsql_like(const PFsql_t *a, const PFsql_t *b);
 
 /*.............. Boolean operator constructors ............ */
 
@@ -647,7 +1018,6 @@
  * Construct a boolean `or' operator.
  */
 PFsql_t* PFsql_or(const PFsql_t *a, const PFsql_t *b);
-
-#endif /* __SQL_H__ */
+#endif                           /* __SQL_H__ */
 
 /* vim:set shiftwidth=4 expandtab: */

Index: sql_mnemonic.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/sql_mnemonic.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sql_mnemonic.h      23 Mar 2007 22:23:43 -0000      1.14
+++ sql_mnemonic.h      7 May 2007 11:47:22 -0000       1.15
@@ -69,12 +69,8 @@
 #define over( a, b )                   PFsql_over( a, b )
 #define partition( a )                 PFsql_partition( a )
 #define part_expressions( ... )        PFsql_part_expressions( __VA_ARGS__ )
-#define part_expressions_empty()       PFsql_part_expressions_empty()
-#define part_expressions_add(l, i)     PFsql_part_expressions_add(l, i)
 #define order_by( a )                  PFsql_order_by( a )
 #define sortkey_expressions(...)       PFsql_sortkey_expressions( __VA_ARGS__ )
-#define sortkey_expressions_empty()    PFsql_sortkey_expressions_empty()
-#define sortkey_expressions_add(l, i)  PFsql_sortkey_expressions_add(l, i)
 #define order(a,s)                    PFsql_order(a,s)
 #define asc()                         PFsql_asc()
 #define desc()                        PFsql_desc()


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to