зеркало из https://github.com/github/ruby.git
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:
Родитель
1ddb6f7059
Коммит
d9dd6f5d35
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче