[GRASS-SVN] r35632 - grass/branches/develbranch_6/vector/v.digit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 25 16:21:14 EST 2009
Author: neteler
Date: 2009-01-25 16:21:14 -0500 (Sun, 25 Jan 2009)
New Revision: 35632
Modified:
grass/branches/develbranch_6/vector/v.digit/driver.c
Log:
hack (http://www.tcl.tk/cgi-bin/tct/tip/330.html) for Tcl8.6 until patch in trac #462 is verified
Modified: grass/branches/develbranch_6/vector/v.digit/driver.c
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/driver.c 2009-01-25 21:20:44 UTC (rev 35631)
+++ grass/branches/develbranch_6/vector/v.digit/driver.c 2009-01-25 21:21:14 UTC (rev 35632)
@@ -1,3 +1,6 @@
+/* hack for tcl 8.6 */
+#define USE_INTERP_RESULT
+
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/display.h>
More information about the grass-commit
mailing list