From 18846cf7d152cf545154d13da5fb2ca365d28ed1 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Fri, 14 Apr 2017 09:59:15 +0900 Subject: configure.in: assume stdarg.h exists It is part of C89. --- win32/Makefile.sub | 1 - 1 file changed, 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index bb0a91c6e7..61f6aca8fb 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -605,7 +605,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define SIZE_MAX UINT_MAX !endif #define TOKEN_PASTE(x,y) x##y -#define HAVE_STDARG_PROTOTYPES 1 !if $(MSC_VER) > 1100 #define NORETURN(x) __declspec(noreturn) x !endif -- cgit v1.2.3