[GRASS-SVN] r36179 - grass/branches/develbranch_6/raster/r.los
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 2 17:06:11 EST 2009
Author: neteler
Date: 2009-03-02 17:06:11 -0500 (Mon, 02 Mar 2009)
New Revision: 36179
Modified:
grass/branches/develbranch_6/raster/r.los/point.h
Log:
fix declaration
Modified: grass/branches/develbranch_6/raster/r.los/point.h
===================================================================
--- grass/branches/develbranch_6/raster/r.los/point.h 2009-03-02 21:55:27 UTC (rev 36178)
+++ grass/branches/develbranch_6/raster/r.los/point.h 2009-03-02 22:06:11 UTC (rev 36179)
@@ -52,7 +52,12 @@
For delayed deletion of points (see delete3.c).
Initially set to NULL in main.c.
*/
+
+#ifdef MAIN
struct point *DELAYED_DELETE;
+#else
+extern struct point *DELAYED_DELETE;
+#endif
#endif
More information about the grass-commit
mailing list