[GRASS-SVN] r44824 - grass/trunk/lib/vector/vedit

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 1 14:41:36 EST 2011


Author: martinl
Date: 2011-01-01 11:41:36 -0800 (Sat, 01 Jan 2011)
New Revision: 44824

Modified:
   grass/trunk/lib/vector/vedit/render.c
Log:
vedit: define structs in render.c as static


Modified: grass/trunk/lib/vector/vedit/render.c
===================================================================
--- grass/trunk/lib/vector/vedit/render.c	2011-01-01 19:26:54 UTC (rev 44823)
+++ grass/trunk/lib/vector/vedit/render.c	2011-01-01 19:41:36 UTC (rev 44824)
@@ -15,7 +15,7 @@
 
 #include <grass/vedit.h>
 
-struct _region
+static struct _region
 {
     double center_easting;
     double center_northing;
@@ -26,7 +26,7 @@
     double map_res;
 } region;
 
-struct _state
+static struct _state
 {
     int nitems_alloc;
 



More information about the grass-commit mailing list