diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-26 10:24:48 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-26 10:24:48 -0500 |
commit | 23f8696317143da03c3cd3688478b32b6912a351 (patch) | |
tree | fac5c14a25344630aff866b3caef8137084b4961 /src/nvim/vim.h | |
parent | bb56564900b600a6c19acffa950615eb87dba42e (diff) | |
parent | 1a15cf84c29c984d600f438122edc70be2ac91a1 (diff) | |
download | rneovim-23f8696317143da03c3cd3688478b32b6912a351.tar.gz rneovim-23f8696317143da03c3cd3688478b32b6912a351.tar.bz2 rneovim-23f8696317143da03c3cd3688478b32b6912a351.zip |
Merge pull request #4277 from Jun-T/lang2locale
build: install *.mo into the "standard" directory
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 762d349470..545b903d2f 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -27,12 +27,6 @@ Error: configure did not run properly.Check auto/config.log. # endif #endif - -/* Can't use "PACKAGE" here, conflicts with a Perl include file. */ -#ifndef VIMPACKAGE -# define VIMPACKAGE "nvim" -#endif - #include "nvim/os/os_defs.h" /* bring lots of system header files */ /// length of a buffer to store a number in ASCII (64 bits binary + NUL) |