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