comparison src/vim.h @ 7838:cfed0e9f0ca2 v7.4.1216

commit https://github.com/vim/vim/commit/ba4ef2757cfc126f342b710f1ad9ea39e6b56cec Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 21:48:49 2016 +0100 patch 7.4.1216 Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jan 2016 22:00:05 +0100
parents 744c66477ba9
children e44240b5a6da
comparison
equal deleted inserted replaced
7837:33ba2adb6065 7838:cfed0e9f0ca2
506 # include <inttypes.h> 506 # include <inttypes.h>
507 #endif 507 #endif
508 #ifdef HAVE_WCTYPE_H 508 #ifdef HAVE_WCTYPE_H
509 # include <wctype.h> 509 # include <wctype.h>
510 #endif 510 #endif
511 #ifdef HAVE_STDARG_H 511 #include <stdarg.h>
512 # include <stdarg.h>
513 #endif
514 512
515 #if defined(HAVE_SYS_SELECT_H) && \ 513 #if defined(HAVE_SYS_SELECT_H) && \
516 (!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME)) 514 (!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))
517 # include <sys/select.h> 515 # include <sys/select.h>
518 #endif 516 #endif