[GRASS-SVN] r31745 - grass/branches/develbranch_6/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 18 19:59:57 EDT 2008
Author: martinl
Date: 2008-06-18 19:59:57 -0400 (Wed, 18 Jun 2008)
New Revision: 31745
Modified:
grass/branches/develbranch_6/include/vedit.h
Log:
veditlib: standardize header #define
Modified: grass/branches/develbranch_6/include/vedit.h
===================================================================
--- grass/branches/develbranch_6/include/vedit.h 2008-06-18 15:07:05 UTC (rev 31744)
+++ grass/branches/develbranch_6/include/vedit.h 2008-06-18 23:59:57 UTC (rev 31745)
@@ -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