now marshal_{load|dump} are external.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ddb6f7059
commit
d9dd6f5d35
@ -899,7 +899,7 @@ clear_dump_arg(struct dump_arg *arg)
|
|||||||
* ThreadGroup, Continuation
|
* ThreadGroup, Continuation
|
||||||
* * objects which defines singleton methods
|
* * objects which defines singleton methods
|
||||||
*/
|
*/
|
||||||
static VALUE
|
VALUE
|
||||||
marshal_dump(int argc, VALUE *argv)
|
marshal_dump(int argc, VALUE *argv)
|
||||||
{
|
{
|
||||||
VALUE obj, port, a1, a2;
|
VALUE obj, port, a1, a2;
|
||||||
@ -1752,7 +1752,7 @@ clear_load_arg(struct load_arg *arg)
|
|||||||
* to_str. If proc is specified, it will be passed each object as it
|
* to_str. If proc is specified, it will be passed each object as it
|
||||||
* is deserialized.
|
* is deserialized.
|
||||||
*/
|
*/
|
||||||
static VALUE
|
VALUE
|
||||||
marshal_load(int argc, VALUE *argv)
|
marshal_load(int argc, VALUE *argv)
|
||||||
{
|
{
|
||||||
VALUE port, proc;
|
VALUE port, proc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user