date_parse.c: removed 'r' which is not in JIS X 0301 yet

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-04-01 05:28:25 +00:00
parent e836cd0b9f
commit 285817c6d8

View file

@ -1212,7 +1212,7 @@ parse_iso2(VALUE str, VALUE hash)
return 1; return 1;
} }
#define JAPANESE_ERA_INITIALS "mtshr" #define JAPANESE_ERA_INITIALS "mtsh"
static int static int
gengo(int c) gengo(int c)