mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
merge revision(s) 54185: [Backport #12197]
parse.y: mark debug_buffer * parse.y (parser_mark): mark debug_buffer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
592599d996
commit
4563669d7c
2 changed files with 2 additions and 1 deletions
1
parse.y
1
parse.y
|
@ -10825,6 +10825,7 @@ parser_mark(void *ptr)
|
|||
rb_gc_mark(parser->result);
|
||||
rb_gc_mark(parser->parsing_thread);
|
||||
#endif
|
||||
rb_gc_mark(parser->debug_buffer);
|
||||
#ifdef YYMALLOC
|
||||
rb_gc_mark((VALUE)parser->heap);
|
||||
#endif
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.3.0"
|
||||
#define RUBY_RELEASE_DATE "2016-03-30"
|
||||
#define RUBY_PATCHLEVEL 62
|
||||
#define RUBY_PATCHLEVEL 63
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2016
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue