[GRASS-SVN] r71187 - grass/trunk/lib/python/ctypes/ctypesgencore/parser

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 15 22:42:29 PDT 2017


Author: neteler
Date: 2017-06-15 22:42:29 -0700 (Thu, 15 Jun 2017)
New Revision: 71187

Modified:
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
Log:
ctypes: revert r71180 and r71182 (breaks v.digit)

Modified: grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
===================================================================
--- grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py	2017-06-15 03:14:57 UTC (rev 71186)
+++ grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py	2017-06-16 05:42:29 UTC (rev 71187)
@@ -150,8 +150,7 @@
         if sys.platform == 'darwin':
             cmd += " -U __BLOCKS__"
         cmd += " -U __GNUC__"
-        # fails with GCC 7, https://trac.osgeo.org/grass/ticket/3331
-        #cmd += " -dD"
+        cmd += " -dD"
         for path in self.options.include_search_paths:
             cmd += " -I%s" % path
         for define in self.defines:



More information about the grass-commit mailing list