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

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


Index: bpm.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/m4/bpm.mx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bpm.mx      11 Jan 2008 10:52:15 -0000      1.2
+++ bpm.mx      16 Jan 2008 08:51:15 -0000      1.3
@@ -15,6 +15,17 @@
 @' All Rights Reserved.
 
 @f bpm
[EMAIL PROTECTED]
+#ifndef M4_BPM_H
+#define M4_BPM_H
+
+/* initialize bpm call back functions interfaces */
+
+extern int bpm_logger_init( logger_functions *lf );
+extern int bpm_table_init( table_functions *tf );
+extern int bpm_storage_init( store_functions *sf );
+
+#endif /* M4_BPM_H */
 @c
 #include "sql_config.h"
 #include "bat/bat_logger.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