mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Make rb_bug_without_die static
It's not used outside of error.c.
This commit is contained in:
parent
209f8ba7c4
commit
14ce2443db
Notes:
git
2024-11-27 16:33:24 +00:00
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -1072,7 +1072,7 @@ die(void)
|
|||
}
|
||||
|
||||
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 0)
|
||||
void
|
||||
static void
|
||||
rb_bug_without_die(const char *fmt, va_list args)
|
||||
{
|
||||
const char *file = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue