diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-09-28 00:20:09 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-09-28 01:59:33 +0900 |
commit | 7e19904c88fde024051333dfbd534b9fd3b26bf9 () | |
tree | ac4cc1b5628c30d8212c7d7ad809ac3815c97fa3 /universal_parser.c | |
parent | d1324170b6c25e893b0dec4d7829e6d561b15cf3 (diff) |
Remove on `RSTRING_END` dependency from parser
Notes: Merged: https://.com/ruby/ruby/pull/11713
-rw-r--r-- | universal_parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -126,8 +126,6 @@ #define rb_sprintf p->config->rb_sprintf #undef RSTRING_PTR #define RSTRING_PTR p->config->rstring_ptr -#undef RSTRING_END -#define RSTRING_END p->config->rstring_end #undef RSTRING_LEN #define RSTRING_LEN p->config->rstring_len #define rb_obj_as_string p->config->obj_as_string |