mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval_error.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c4442536b2
commit
5227164cdc
2 changed files with 6 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ warn_printf(const char *fmt, ...)
|
|||
}
|
||||
|
||||
#define warn_print(x) rb_write_error(x)
|
||||
#define warn_print2(x,l) rb_write_error2(x,l)
|
||||
#define warn_print2(x,l) rb_write_error2((x),(l))
|
||||
|
||||
static void
|
||||
error_pos(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue