diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-12 02:42:13 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-12 02:42:13 +0200 |
| commit | ad4eb18e43d56d7ec93770af674418451daae694 (patch) | |
| tree | 4779887d56e4640f60b5c4d796def4ebb3e4af6e /config | |
| parent | 48dc6344d665a7537fb000ec64ab95a37faa07f3 (diff) | |
| parent | 2fbeea8326e2e3724482d4131f10c1b1990a1687 (diff) | |
| download | rneovim-ad4eb18e43d56d7ec93770af674418451daae694.tar.gz rneovim-ad4eb18e43d56d7ec93770af674418451daae694.tar.bz2 rneovim-ad4eb18e43d56d7ec93770af674418451daae694.zip | |
Merge #10098 'win: fix msg_puts_printf()'
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.h.in b/config/config.h.in index 3216ab7556..0cb87c6b4d 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -13,7 +13,6 @@ #endif #define PROJECT_NAME "@PROJECT_NAME@" -#define LOCALE_INSTALL_DIR "@CMAKE_INSTALL_FULL_LOCALEDIR@" #cmakedefine HAVE__NSGETENVIRON #cmakedefine HAVE_FD_CLOEXEC |