mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix an ommission of previous fix
This commit is contained in:
parent
8a8d889ca2
commit
4153e807c5
2 changed files with 3 additions and 3 deletions
2
parse.y
2
parse.y
|
@ -2218,7 +2218,7 @@ lhs : user_variable
|
|||
/*%%%*/
|
||||
$$ = attrset(p, $1, idCOLON2, $3, &@$);
|
||||
/*% %*/
|
||||
/*% ripper: field!($1, ID2VAL(idCOLON2), $3) %*/
|
||||
/*% ripper: field!($1, idCOLON2, $3) %*/
|
||||
}
|
||||
| primary_value call_op tCONSTANT
|
||||
{
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||
#define RUBY_VERSION_TEENY 4
|
||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||
#define RUBY_PATCHLEVEL 238
|
||||
#define RUBY_PATCHLEVEL 239
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2023
|
||||
#define RUBY_RELEASE_MONTH 9
|
||||
#define RUBY_RELEASE_DAY 5
|
||||
#define RUBY_RELEASE_DAY 19
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue