summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-19 07:54:28 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-19 07:54:28 +0000
commitf1bb1f584899eeec1227a6d7fcf4b7730a485821 (patch)
tree0e2fa33a858e6237dd6e9b81d83c8a9b2b9c632a /marshal.c
parent053140491c5594ee81064ef3dc19d32b3e907794 (diff)
000919
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/marshal.c b/marshal.c
index f4342c06b0..f0ae1f5d05 100644
--- a/marshal.c
+++ b/marshal.c
@@ -996,6 +996,4 @@ Init_marshal()
rb_define_module_function(rb_mMarshal, "dump", marshal_dump, -1);
rb_define_module_function(rb_mMarshal, "load", marshal_load, -1);
rb_define_module_function(rb_mMarshal, "restore", marshal_load, -1);
-
- rb_provide("marshal.so"); /* for backward compatibility */
}