[geos-commits] r2790 - trunk/source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Dec 3 15:29:06 EST 2009


Author: mloskot
Date: 2009-12-03 15:29:05 -0500 (Thu, 03 Dec 2009)
New Revision: 2790

Modified:
   trunk/source/headers/geos/export.h
Log:
Removed mysterious extra tokens (blanks) from geos/export.h

Modified: trunk/source/headers/geos/export.h
===================================================================
--- trunk/source/headers/geos/export.h	2009-12-03 20:16:02 UTC (rev 2789)
+++ trunk/source/headers/geos/export.h	2009-12-03 20:29:05 UTC (rev 2790)
@@ -1,17 +1,17 @@
 /**********************************************************************
- * $Id: export.h 2045 2008-03-17 20:18:24Z Ragi Burhum $
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2009   Ragi Y. Burhum <ragi at burhum.com>
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************/
+* $Id: export.h 2045 2008-03-17 20:18:24Z Ragi Burhum $
+*
+* GEOS - Geometry Engine Open Source
+* http://geos.refractions.net
+*
+* Copyright (C) 2009   Ragi Y. Burhum <ragi at burhum.com>
+*
+* This is free software; you can redistribute and/or modify it under
+* the terms of the GNU Lesser General Public Licence as published
+* by the Free Software Foundation. 
+* See the COPYING file for more information.
+*
+**********************************************************************/
 
 #ifndef GEOS_EXPORT_H
 #define GEOS_EXPORT_H
@@ -19,15 +19,16 @@
 #if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || \
     defined( __BCPLUSPLUS__)  || defined( __MWERKS__)
 
-    #if defined(GEOS_DLL_EXPORT)
-        #define GEOS_DLL   __declspec(dllexport)
-    #elif defined(GEOS_DLL_IMPORT)
-        #define GEOS_DLL   __declspec(dllimport)
-    #else
-        #define GEOS_DLL
-    #endif
+#  if defined(GEOS_DLL_EXPORT)
+#    define GEOS_DLL   __declspec(dllexport)
+#  elif defined(GEOS_DLL_IMPORT)
+#    define GEOS_DLL   __declspec(dllimport)
+#  else
+#    define GEOS_DLL
+#  endif
 #else
-    #define GEOS_DLL
+#  define GEOS_DLL
 #endif
 
 #endif // GEOS_EXPORT_H
+



More information about the geos-commits mailing list