aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-02-26 10:24:48 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-02-26 10:24:48 -0500
commit23f8696317143da03c3cd3688478b32b6912a351 (patch)
treefac5c14a25344630aff866b3caef8137084b4961 /src/nvim/vim.h
parentbb56564900b600a6c19acffa950615eb87dba42e (diff)
parent1a15cf84c29c984d600f438122edc70be2ac91a1 (diff)
downloadrneovim-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.h6
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)