summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-03 07:29:00 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-03 07:29:00 +0000
commit3e2d55e441089f44ca2b97e174a0d15f0db5febe (patch)
tree0d3abef059492db16681931cd7d8530c7fdb7666 /intern.h
parentc6df8c18efdf6e2ab9fba1e2eeeedf7cbbe3ae69 (diff)
downloadruby-3e2d55e441089f44ca2b97e174a0d15f0db5febe.tar.gz
ruby-3e2d55e441089f44ca2b97e174a0d15f0db5febe.tar.xz
ruby-3e2d55e441089f44ca2b97e174a0d15f0db5febe.zip
credit rb_name_error() fix to Nobuyoshi Nakada.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 340c3f0a3..7a837bea7 100644
--- a/intern.h
+++ b/intern.h
@@ -216,6 +216,9 @@ VALUE rb_io_eof _((VALUE));
VALUE rb_io_binmode _((VALUE));
VALUE rb_file_open _((const char*, const char*));
VALUE rb_gets _((void));
+/* marshal.c */
+VALUE rb_marshal_dump _((VALUE, VALUE));
+VALUE rb_marshal_load _((VALUE));
/* numeric.c */
void rb_num_zerodiv _((void));
VALUE rb_num_coerce_bin _((VALUE, VALUE));