From ffc13a6525c7c72cbb858380e6870106bf5a7dfa Mon Sep 17 00:00:00 2001 From: michal Date: Wed, 21 Aug 2002 15:47:54 +0000 Subject: *.c: Int vs Long cleanup git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- re.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 're.h') diff --git a/re.h b/re.h index 0e43f922df..d980e2baa8 100644 --- a/re.h +++ b/re.h @@ -29,9 +29,9 @@ struct RMatch { #define RMATCH(obj) (R_CAST(RMatch)(obj)) VALUE rb_reg_regcomp _((VALUE)); -int rb_reg_search _((VALUE, VALUE, int, int)); +long rb_reg_search _((VALUE, VALUE, long, long)); VALUE rb_reg_regsub _((VALUE, VALUE, struct re_registers *)); -int rb_reg_adjust_startpos _((VALUE, VALUE, int, int)); +long rb_reg_adjust_startpos _((VALUE, VALUE, long, long)); void rb_match_busy _((VALUE)); VALUE rb_reg_quote _((VALUE)); -- cgit v1.2.3