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_VERSION_DEFS_H
#define NEOVIM_VERSION_DEFS_H
/*
* VIM - Vi IMproved by Bram Moolenaar
*
@@ -40,3 +43,5 @@
/* Displayed on splash screen. */
#define MODIFIED_BY "the Neovim contributors."
#endif // NEOVIM_VERSION_DEFS_H