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_MACROS_H
#define NEOVIM_MACROS_H
/*
* VIM - Vi IMproved by Bram Moolenaar
*
@@ -159,3 +162,5 @@
# define PTR2CHAR(p) (has_mbyte ? mb_ptr2char(p) : (int)*(p))
# define RESET_BINDING(wp) (wp)->w_p_scb = FALSE; (wp)->w_p_crb = FALSE
#endif // NEOVIM_MACROS_H