summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/marshal.c b/marshal.c
index 7745cb9ccd..046729d364 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
*/
-VALUE
+static 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.
*/
-VALUE
+static VALUE
marshal_load(int argc, VALUE *argv)
{
VALUE port, proc;