From 5b9afca5e435f37c7affce56e81e6bc20a5d8b3c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 31 Jul 2003 08:42:44 +0000 Subject: * numeric.c (rb_num_coerce_relop): export function. * marshal.c (w_object): check has been dropped. "_dump must return string." [ruby-dev:21024] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'intern.h') diff --git a/intern.h b/intern.h index bd8c9725ba..e94077e70a 100644 --- a/intern.h +++ b/intern.h @@ -268,8 +268,8 @@ VALUE rb_io_print _((int, VALUE*, VALUE)); VALUE rb_io_puts _((int, VALUE*, VALUE)); VALUE rb_file_open _((const char*, const char*)); VALUE rb_gets _((void)); -void rb_write_deferr _((const char*)); -void rb_write_deferr2 _((const char*, long)); +void rb_write_error _((const char*)); +void rb_write_error2 _((const char*, long)); /* marshal.c */ VALUE rb_marshal_dump _((VALUE, VALUE)); VALUE rb_marshal_load _((VALUE)); @@ -277,6 +277,7 @@ VALUE rb_marshal_load _((VALUE)); void rb_num_zerodiv _((void)); VALUE rb_num_coerce_bin _((VALUE, VALUE)); VALUE rb_num_coerce_cmp _((VALUE, VALUE)); +VALUE rb_num_coerce_relop _((VALUE, VALUE)); VALUE rb_float_new _((double)); VALUE rb_num2fix _((VALUE)); VALUE rb_fix2str _((VALUE, int)); -- cgit v1.2.3