Browse Source

veditlib: standardize header #define (merge from devbr6, https://trac.osgeo.org/grass/changeset/31745)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31746 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 years ago
parent
commit
78252964d4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      include/vedit.h

+ 3 - 3
include/vedit.h

@@ -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 @@ int Vedit_bulk_labeling (struct Map_info *, struct ilist *,
 			 double, double, double, double,
 			 double, double);
 
-#endif /* __VEDIT_H__ */
+#endif /* GRASS_VEDIT_H */