diff options
| author | Julian Orth <ju.orth@gmail.com> | 2014-03-15 01:54:29 +0100 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
| commit | 079c47ed7b203b724690b627b2ad5a18f55fa2cd (patch) | |
| tree | c71b653071f53b7c4f59579f94ac6cc1571ff8f6 /config | |
| parent | 30160c1561b0c925b036d9f8c8fa406dff68e7a7 (diff) | |
| download | rneovim-079c47ed7b203b724690b627b2ad5a18f55fa2cd.tar.gz rneovim-079c47ed7b203b724690b627b2ad5a18f55fa2cd.tar.bz2 rneovim-079c47ed7b203b724690b627b2ad5a18f55fa2cd.zip | |
remove HAVE_STDARG_H
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 5da946af41..79d3b31716 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -65,7 +65,6 @@ #define HAVE_SIGSTACK 1 #define HAVE_SIGVEC 1 #define HAVE_ST_BLKSIZE 1 -#define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRERROR 1 |