aboutsummaryrefslogtreecommitdiffstats
path: root/enc/utf32_le.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf32_le.c')
-rw-r--r--enc/utf32_le.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/utf32_le.c b/enc/utf32_le.c
index 0d443f1b75..9aaff4926d 100644
--- a/enc/utf32_le.c
+++ b/enc/utf32_le.c
@@ -173,7 +173,7 @@ utf32le_get_case_fold_codes_by_str(OnigCaseFoldType flag,
flag, p, end, items);
}
-OnigEncodingType OnigEncodingUTF32_LE = {
+OnigEncodingDefine(utf32_le, UTF32_LE) = {
utf32le_mbc_enc_len,
"UTF-32LE", /* name */
4, /* max byte length */