aboutsummaryrefslogtreecommitdiff
path: root/src/if_cscope_defs.h
diff options
context:
space:
mode:
authorHinidu <hinidu@gmail.com>2014-05-01 15:02:45 +0300
committerJustin M. Keyes <justinkz@gmail.com>2014-05-01 18:24:58 -0400
commit018bb73296eae20d608e068a500eaafe6e69876f (patch)
tree0c8b4a3502b489d5bc472cb53e8ec6e2508e9f97 /src/if_cscope_defs.h
parent67a157c08d28810a9a7b460cb56b9e92d0d77e95 (diff)
downloadrneovim-018bb73296eae20d608e068a500eaafe6e69876f.tar.gz
rneovim-018bb73296eae20d608e068a500eaafe6e69876f.tar.bz2
rneovim-018bb73296eae20d608e068a500eaafe6e69876f.zip
Added missing #define guards in headers
Diffstat (limited to 'src/if_cscope_defs.h')
-rw-r--r--src/if_cscope_defs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/if_cscope_defs.h b/src/if_cscope_defs.h
index 9daa5c7b3f..7a60da20dd 100644
--- a/src/if_cscope_defs.h
+++ b/src/if_cscope_defs.h
@@ -1,3 +1,6 @@
+#ifndef NEOVIM_IF_CSCOPE_DEFS_H
+#define NEOVIM_IF_CSCOPE_DEFS_H
+
/*
* CSCOPE support for Vim added by Andy Kahn <kahn@zk3.dec.com>
* Ported to Win32 by Sergey Khorev <sergey.khorev@gmail.com>
@@ -66,6 +69,4 @@ typedef enum {
Print
} mcmd_e;
-
-
-/* the end */
+#endif // NEOVIM_IF_CSCOPE_DEFS_H