[GRASS-SVN] r31746 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 18 20:00:56 EDT 2008


Author: martinl
Date: 2008-06-18 20:00:55 -0400 (Wed, 18 Jun 2008)
New Revision: 31746

Modified:
   grass/trunk/include/vedit.h
Log:
veditlib: standardize header #define (merge from devbr6, r31745)

Modified: grass/trunk/include/vedit.h
===================================================================
--- grass/trunk/include/vedit.h	2008-06-18 23:59:57 UTC (rev 31745)
+++ grass/trunk/include/vedit.h	2008-06-19 00:00:55 UTC (rev 31746)
@@ -1,5 +1,5 @@
-#ifndef __VEDIT_H__
-#define __VEDIT_H__
+#ifndef GRASS_VEDIT_H
+#define GRASS_VEDIT_H
 
 #include <grass/gis.h>
 #include <grass/Vect.h>
@@ -83,4 +83,4 @@
 			 double, double, double, double,
 			 double, double);
 
-#endif /* __VEDIT_H__ */
+#endif /* GRASS_VEDIT_H */



More information about the grass-commit mailing list