summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2024-07-16 18:21:14 -0400
committerAlan Wu <[email protected]>2024-07-17 10:25:20 -0400
commit99825a539f990dff7e0d7cae082ab195a82ffaa5 ()
tree7a64faa69d25488365ae5c08505e206bfa591819 /include/ruby
parentcd428b490d635726e3d39ae8aa896bc41708cbc4 (diff)
[DOC] Note that rb_obj_freeze_inline() can raise NoMemoryError
And move it back to a public header because Doxygen might not be scanning the .c files. [Feature #18776]
Notes: Merged: https://.com/ruby/ruby/pull/11179
-rw-r--r--include/ruby/internal/fl_type.h8
1 files changed, 8 insertions, 0 deletions
@@ -906,6 +906,14 @@ RB_OBJ_FROZEN(VALUE obj)
}
RUBY_SYMBOL_EXPORT_BEGIN
void rb_obj_freeze_inline(VALUE obj);
RUBY_SYMBOL_EXPORT_END