[GRASS-SVN] r36180 - grass/branches/releasebranch_6_4/raster/r.los
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 2 17:07:12 EST 2009
Author: neteler
Date: 2009-03-02 17:07:12 -0500 (Mon, 02 Mar 2009)
New Revision: 36180
Modified:
grass/branches/releasebranch_6_4/raster/r.los/point.h
Log:
fix declaration
Modified: grass/branches/releasebranch_6_4/raster/r.los/point.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.los/point.h 2009-03-02 22:06:11 UTC (rev 36179)
+++ grass/branches/releasebranch_6_4/raster/r.los/point.h 2009-03-02 22:07:12 UTC (rev 36180)
@@ -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