Added missing #define guards in headers

This commit is contained in:
Hinidu
2014-05-01 15:02:45 +03:00
committed by Justin M. Keyes
parent 67a157c08d
commit 018bb73296
7 changed files with 32 additions and 6 deletions

View File

@@ -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