mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* safe.c: rename old method name for $SAFE=3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a6141c5960
commit
0def632db4
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Thu Jun 18 09:59:23 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* safe.c: rename old method name for $SAFE=3
|
||||
|
||||
Thu Jun 18 06:02:42 2015 Eric Wong <e@80x24.org>
|
||||
|
||||
* compile.c (get_exception_sym2type, iseq_build_from_ary_body):
|
||||
|
|
|
|||
4
safe.c
4
safe.c
|
|
@ -28,9 +28,9 @@
|
|||
#undef ruby_safe_level_3_warning
|
||||
|
||||
int
|
||||
ruby_safe_level_4_warning(void)
|
||||
ruby_safe_level_3_warning(void)
|
||||
{
|
||||
return 4;
|
||||
return 3;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue