summaryrefslogtreecommitdiff
path: root/src/colm.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/colm.h
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/colm.h')
-rw-r--r--src/colm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/colm.h b/src/colm.h
index 4dd53656..b71ef0b3 100644
--- a/src/colm.h
+++ b/src/colm.h
@@ -1,5 +1,5 @@
-#ifndef __COLM_COLM_H
-#define __COLM_COLM_H
+#ifndef _COLM_COLM_H
+#define _COLM_COLM_H
#ifdef __cplusplus
extern "C" {
@@ -115,4 +115,5 @@ const char **colm_extract_fns( struct colm_program *prg );
}
#endif
-#endif
+#endif /* _COLM_COLM_H */
+