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

Modified Files:
      Tag: Geom_0-4
        geom.mx 
Log Message:

next attempt to fix compilation with gcc 4.3.0 on Gentoo:
declare variables with all type qualifiers, i.e.,
"const GEOS... GOES_DLL"
instead of only
"const GEOS..."


U geom.mx
Index: geom.mx
===================================================================
RCS file: /cvsroot/monetdb/geom/src/monetdb5/geom.mx,v
retrieving revision 1.13.4.3
retrieving revision 1.13.4.4
diff -u -d -r1.13.4.3 -r1.13.4.4
--- geom.mx     4 Jun 2008 09:51:14 -0000       1.13.4.3
+++ geom.mx     5 Jun 2008 05:49:13 -0000       1.13.4.4
@@ -788,7 +788,7 @@
        GEOSGeom geosGeometry = wkb2geos(*geom);
 
        if (geosGeometry) {  
-               const GEOSCoordSeq gcs = GEOSGeom_getCoordSeq(geosGeometry);
+               const GEOSCoordSeq GEOS_DLL gcs = 
GEOSGeom_getCoordSeq(geosGeometry);
 
                /* we could also check if geom is a
                        LineString, LinearRing or Point */ 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to