mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add printf format attributes to rb_parser_config_t
This commit is contained in:
parent
205cbc09d3
commit
5bbb6fd6c3
2 changed files with 6 additions and 0 deletions
|
@ -110,6 +110,7 @@ rcomplex_get_imag(VALUE obj)
|
|||
return RCOMPLEX(obj)->imag;
|
||||
}
|
||||
|
||||
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 6, 0)
|
||||
static VALUE
|
||||
syntax_error_append(VALUE exc, VALUE file, int line, int column,
|
||||
void *enc, const char *fmt, va_list args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue