diff options
-rw-r--r-- | include/ruby/internal/fl_type.h | 3 | ||||
-rw-r--r-- | include/ruby/internal/intern/error.h | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -916,6 +916,9 @@ static inline void RB_OBJ_FREEZE_RAW(VALUE obj) { RB_FL_SET_RAW(obj, RUBY_FL_FREEZE); } RUBY_SYMBOL_EXPORT_BEGIN @@ -190,7 +190,6 @@ RBIMPL_ATTR_NONNULL(()) */ void rb_error_frozen(const char *what); -RBIMPL_ATTR_NORETURN() /** * Identical to rb_error_frozen(), except it takes arbitrary Ruby object * instead of C's string. |