From 9d228b13deccfdf23f44e2c465f723a2a7b3bcbd Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 14 Dec 1999 06:50:43 +0000 Subject: 19991214 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- re.h | 1 + 1 file changed, 1 insertion(+) (limited to 're.h') diff --git a/re.h b/re.h index 9d3b77f519..2ce2134ccc 100644 --- a/re.h +++ b/re.h @@ -32,6 +32,7 @@ int rb_str_cicmp _((VALUE, VALUE)); VALUE rb_reg_regcomp _((VALUE)); int rb_reg_search _((VALUE, VALUE, int, int)); VALUE rb_reg_regsub _((VALUE, VALUE, struct re_registers *)); +int rb_reg_adjust_startpos _((VALUE, VALUE, int, int)); int rb_kcode _((void)); -- cgit v1.2.3