mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -899,7 +899,7 @@ clear_dump_arg(struct dump_arg *arg)
|
|||
* ThreadGroup, Continuation
|
||||
* * objects which defines singleton methods
|
||||
*/
|
||||
static VALUE
|
||||
VALUE
|
||||
marshal_dump(int argc, VALUE *argv)
|
||||
{
|
||||
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
|
||||
* is deserialized.
|
||||
*/
|
||||
static VALUE
|
||||
VALUE
|
||||
marshal_load(int argc, VALUE *argv)
|
||||
{
|
||||
VALUE port, proc;
|
||||
|
|
Loading…
Add table
Reference in a new issue