summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
-rw-r--r--include/ruby/internal/fl_type.h3
-rw-r--r--include/ruby/internal/intern/error.h1
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.