diff options
Diffstat (limited to 'src/if_cscope_defs.h')
-rw-r--r-- | src/if_cscope_defs.h | 7 |
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 |