diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-03 07:29:00 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-03 07:29:00 +0000 |
| commit | 3e2d55e441089f44ca2b97e174a0d15f0db5febe (patch) | |
| tree | 0d3abef059492db16681931cd7d8530c7fdb7666 /intern.h | |
| parent | c6df8c18efdf6e2ab9fba1e2eeeedf7cbbe3ae69 (diff) | |
| download | ruby-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)); |
