summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2016-12-13 10:13:21 -0500
committerAdrian Thurston <thurston@colm.net>2016-12-13 10:13:55 -0500
commitdc2adb04132daf673a6abaae3c3b7cc0fa570374 (patch)
tree75ff9049119fecce08cd82f6aa2f6332a3bbfed2 /src/map.h
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map.h b/src/map.h
index 737a4de7..a99e6a44 100644
--- a/src/map.h
+++ b/src/map.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _MAP_H
-#define _MAP_H
+#ifndef _COLM_MAP_H
+#define _COLM_MAP_H
#if defined(__cplusplus)
extern "C" {
@@ -28,6 +28,7 @@ extern "C" {
#include <colm/program.h>
#include <colm/struct.h>
+
#include "internal.h"
void map_list_abandon( map_t *map );
@@ -80,5 +81,5 @@ tree_t *colm_vmap_find( program_t *prg, map_t *map, tree_t *key );
}
#endif
-#endif
+#endif /* _COLM_MAP_H */