[GRASS-SVN] r35631 - grass/branches/releasebranch_6_4/vector/v.digit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 25 16:20:44 EST 2009
Author: neteler
Date: 2009-01-25 16:20:44 -0500 (Sun, 25 Jan 2009)
New Revision: 35631
Modified:
grass/branches/releasebranch_6_4/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/releasebranch_6_4/vector/v.digit/driver.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.digit/driver.c 2009-01-25 21:08:26 UTC (rev 35630)
+++ grass/branches/releasebranch_6_4/vector/v.digit/driver.c 2009-01-25 21:20:44 UTC (rev 35631)
@@ -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