mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
Added missing #define guards in headers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user