Skip to content

Commit

Permalink
Merge pull request #64 from eileencodes/fix-missing-type-on-rb_debug_…
Browse files Browse the repository at this point in the history
…rstring_null_ptr

Fix missing type for `rb_debug_rstring_null_ptr`
  • Loading branch information
wks authored Apr 11, 2024
2 parents 5f5aa4f + bfba3fa commit 5ed7951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions string.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ rb_str_make_embedded(VALUE str)
TERM_FILL(RSTRING(str)->as.embed.ary + len, TERM_LEN(str));
}

void
rb_debug_rstring_null_ptr(const char *func)
{
fprintf(stderr, "%s is returning NULL!! "
Expand Down

0 comments on commit 5ed7951

Please sign in to comment.