mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
247b06d400
commit
e9e17cbc05
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -9741,7 +9741,7 @@ past_dvar_p(struct parser_params *p, ID id)
|
|||
|
||||
#define WARN_LOCATION(type) do { \
|
||||
if (p->warn_location) { \
|
||||
rb_warning0(type" in eval may not return location in binding;" \
|
||||
rb_warn0(type" in eval may not return location in binding;" \
|
||||
" use Binding#source_location instead"); \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
Loading…
Add table
Reference in a new issue