mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 21:38:50 +00:00
Split os_unix_defs.h into os/
This commit is contained in:
committed by
Justin M. Keyes
parent
e949c2bd62
commit
2e46765849
@@ -46,7 +46,7 @@ Error: configure did not run properly.Check auto/config.log.
|
||||
# define VIMPACKAGE "vim"
|
||||
#endif
|
||||
|
||||
#include "nvim/os_unix_defs.h" /* bring lots of system header files */
|
||||
#include "nvim/os/os_defs.h" /* bring lots of system header files */
|
||||
|
||||
#define NUMBUFLEN 30 /* length of a buffer to store a number in ASCII */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user