aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-04-13 16:29:15 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-09-09 16:32:29 +0900
commit5a21e04dcb627667ff581d13e443249fa8d102b1 (patch)
tree67679558df639ba1fb89e9caac94ac030b917f47 /win32
parent440876c629651d32c12551abb0f157aebe996546 (diff)
downloadruby-5a21e04dcb627667ff581d13e443249fa8d102b1.tar.gz
configure.in: don't check for support for ANSI prototype decl
Our minimum is already C89.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 3a9e54460c..bb0a91c6e7 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -604,7 +604,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
!if $(MSC_VER) < 1400
#define SIZE_MAX UINT_MAX
!endif
-#define HAVE_PROTOTYPES 1
#define TOKEN_PASTE(x,y) x##y
#define HAVE_STDARG_PROTOTYPES 1
!if $(MSC_VER) > 1100