From 70c9bb4b81d06783121782cc54fde7ac80b72ba4 Mon Sep 17 00:00:00 2001 From: rhe Date: Fri, 21 Apr 2017 06:03:12 +0000 Subject: Remove missing/strtol.c It is never used. We don't need it anyway as it's part of C89 which is our current minimum requirement. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 3 --- 1 file changed, 3 deletions(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 7ca2671f25..9a3b3c7548 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -750,9 +750,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define HAVE_STRFTIME 1 #define HAVE_STRCHR 1 #define HAVE_STRSTR 1 -#define HAVE_STRTOD 1 -#define HAVE_STRTOL 1 -#define HAVE_STRTOUL 1 #define HAVE_FLOCK 1 #define HAVE_ISNAN 1 #define HAVE_FINITE 1 -- cgit v1.2.3