* marshal.c (r_object0): missing break. [ruby-core:09345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c82a6a65b
commit
1b8d6cea5a
@ -1,3 +1,7 @@
|
|||||||
|
Sat Oct 28 07:56:13 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* marshal.c (r_object0): missing break. [ruby-core:09345]
|
||||||
|
|
||||||
Fri Oct 27 17:30:31 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Fri Oct 27 17:30:31 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() after
|
* enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() after
|
||||||
|
@ -1276,6 +1276,7 @@ r_object0(struct load_arg *arg, int *ivp, VALUE extmod)
|
|||||||
|
|
||||||
case TYPE_SYMLINK:
|
case TYPE_SYMLINK:
|
||||||
v = ID2SYM(r_symlink(arg));
|
v = ID2SYM(r_symlink(arg));
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
rb_raise(rb_eArgError, "dump format error(0x%x)", type);
|
rb_raise(rb_eArgError, "dump format error(0x%x)", type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user