From 3e2d55e441089f44ca2b97e174a0d15f0db5febe Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 3 Jul 2001 07:29:00 +0000 Subject: 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 --- intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern.h') 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)); -- cgit