From 11d5ad0b842283403377b98d3f494d00241398da Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 5 Aug 2017 01:56:55 +0000 Subject: merge revision(s) 58205: [Backport #13380] Remove unused Init_frozen_strings declaration Init_frozen_strings definition is removed in r51511. https://bugs.ruby-lang.org/issues/11423 Patch by Kohei Suzuki * internal.h: Remove declaration of unexist function [Fix GH-1558] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@59512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 1 - version.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/internal.h b/internal.h index a789fd887e..e0a4729d2f 100644 --- a/internal.h +++ b/internal.h @@ -1442,7 +1442,6 @@ VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc, #endif /* string.c */ -void Init_frozen_strings(void); VALUE rb_fstring(VALUE); VALUE rb_fstring_new(const char *ptr, long len); #define rb_fstring_lit(str) rb_fstring_new((str), rb_strlen_lit(str)) diff --git a/version.h b/version.h index 95cf0a4231..879d6891a0 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.4.2" #define RUBY_RELEASE_DATE "2017-08-05" -#define RUBY_PATCHLEVEL 175 +#define RUBY_PATCHLEVEL 176 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 8 -- cgit v1.2.3