summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-01 05:28:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-01 05:28:25 +0000
commit285817c6d8ed6117fc4931a32ae16aaf3c5b4c99 (patch)
treea67254d987ca46604be43188701080ecca4c9895 /ext/date
parente836cd0b9f213084bf4a2b4c642e27c9d550a706 (diff)
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
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/date_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_parse.c b/ext/date/date_parse.c
index ffca64d62a..fcda847bd8 100644
--- a/ext/date/date_parse.c
+++ b/ext/date/date_parse.c
@@ -1212,7 +1212,7 @@ parse_iso2(VALUE str, VALUE hash)
return 1;
}
-#define JAPANESE_ERA_INITIALS "mtshr"
+#define JAPANESE_ERA_INITIALS "mtsh"
static int
gengo(int c)