1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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 <eagletmt@gmail.com>

	* 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
This commit is contained in:
nagachika 2017-08-05 01:56:55 +00:00
parent b2c7e9741e
commit 11d5ad0b84
2 changed files with 1 additions and 2 deletions

View file

@ -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))

View file

@ -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