diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-05-05 16:16:26 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-05-05 18:25:04 +0900 |
commit | bbf1130f918ca26e33aba4711ccf99a8083517ea () | |
tree | 8ce617405eb6d5e7a1f72afefc5e177a08156bfb /enc/trans | |
parent | ce51ef30df5bf07ec3881a377f0011b8f20ec507 (diff) |
Add `RBIMPL_ATTR_NONSTRING_ARRAY()` macro for GCC 15
Notes: Merged: https://.com/ruby/ruby/pull/13256
-rw-r--r-- | enc/trans/iso2022.trans | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ rb_cp50221_encoder = { /* JIS0201 to JIS0208 conversion table */ enum {tbl0208_num = 0xDF - 0xA1 + 1}; -RBIMPL_ATTR_NONSTRING() static const char tbl0208[tbl0208_num][2] = { "\x21\x23", "\x21\x56", "\x21\x57", "\x21\x22", "\x21\x26", "\x25\x72", "\x25\x21", "\x25\x23", "\x25\x25", "\x25\x27", "\x25\x29", "\x25\x63", |