Update of /cvsroot/monetdb/sql/src/storage/bpm
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30591/bpm

Modified Files:
        bpm_logger.mx bpm_storage.mx bpm_table.mx 
Log Message:
made conditional compilation work again (ie m4/sql without m5 and vs)


Index: bpm_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_storage.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- bpm_storage.mx      11 Jan 2008 10:52:15 -0000      1.6
+++ bpm_storage.mx      16 Jan 2008 08:51:15 -0000      1.7
@@ -54,9 +54,6 @@
 #define bat_set_access(b,access) b->P->restricted = access
 #define bat_clear(b) 
bat_set_access(b,BAT_WRITE);BATclear(b);bat_set_access(b,BAT_READ)
 
-/* initialize bat storage call back functions interface */
-extern int bpm_storage_init( store_functions *sf );
-
 extern int bpm_add_partition(sql_bpm *p);
 
 #endif /*BPMSTORAGE_H */

Index: bpm_logger.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_logger.mx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bpm_logger.mx       11 Jan 2008 10:52:15 -0000      1.2
+++ bpm_logger.mx       16 Jan 2008 08:51:15 -0000      1.3
@@ -24,8 +24,6 @@
 
 extern logger *bpm_logger;
 
-extern int bpm_logger_init( logger_functions *lf );
-
 #endif /*BPM_LOGGER_H */
 @c
 #include "sql_config.h"

Index: bpm_table.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_table.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bpm_table.mx        11 Jan 2008 10:52:15 -0000      1.4
+++ bpm_table.mx        16 Jan 2008 08:51:15 -0000      1.5
@@ -42,9 +42,6 @@
 
 #include "sql_storage.h"
 
-/* initialize bat storage call back functions interface */
-extern int bpm_table_init( table_functions *tf );
-
 #endif /*BPM_TABLE_H*/
 @c
 #include "sql_config.h"


-------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to