Update of /cvsroot/monetdb/geom/src/monetdb5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29778/src/monetdb5

Modified Files:
        geom.mx 
Log Message:
export TYPE_mbr, we need to call AtomSize as it tells m5 and gdk the 
size/alignment of the atom.


Index: geom.mx
===================================================================
RCS file: /cvsroot/monetdb/geom/src/monetdb5/geom.mx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- geom.mx     22 Aug 2007 21:16:38 -0000      1.3
+++ geom.mx     23 Aug 2007 18:51:00 -0000      1.4
@@ -250,17 +250,13 @@
 #include <math.h>
 #include <time.h>
 
-@(
-static int TYPE_mbr;
-@)
+int TYPE_mbr;
 
 bat*
 geom_prelude(void)
 {
        libgeom_init();
-@(
        TYPE_mbr = malAtomSize(sizeof(mbr), sizeof(oid), "mbr");
-@)
        return NULL;    
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to