From 39563af99459820ada08e30e379c84b4560c3fe9 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Nov 2000 07:31:55 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern.h') diff --git a/intern.h b/intern.h index 913e2c0853..2edddd87c6 100644 --- a/intern.h +++ b/intern.h @@ -18,7 +18,7 @@ */ /* array.c */ -void rb_mem_clear _((register VALUE*, register size_t)); +void rb_mem_clear _((register VALUE*, register long)); VALUE rb_assoc_new _((VALUE, VALUE)); VALUE rb_ary_new _((void)); VALUE rb_ary_new2 _((long)); @@ -260,7 +260,7 @@ VALUE rb_range_new _((VALUE, VALUE, int)); VALUE rb_range_beg_len _((VALUE, long*, long*, long, int)); VALUE rb_length_by_each _((VALUE)); /* re.c */ -int rb_memcmp _((char*,char*,size_t)); +int rb_memcmp _((char*,char*,long)); VALUE rb_reg_nth_defined _((int, VALUE)); VALUE rb_reg_nth_match _((int, VALUE)); VALUE rb_reg_last_match _((VALUE)); -- cgit v1.2.3