diff --git a/marshal.c b/marshal.c index 046729d364..7745cb9ccd 100644 --- a/marshal.c +++ b/marshal.c @@ -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;