summaryrefslogtreecommitdiffstats
path: root/re.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 07:52:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 07:52:46 +0000
commitfedb85026930ab0d3c1c50c87df224a3b317d8b1 (patch)
tree3bcca74b927794c08e837af5bf28efe1edb54e03 /re.h
parent10293da38b896ec2a2d360be7940e7c325ac379c (diff)
downloadruby-fedb85026930ab0d3c1c50c87df224a3b317d8b1.tar.gz
ruby-fedb85026930ab0d3c1c50c87df224a3b317d8b1.tar.xz
ruby-fedb85026930ab0d3c1c50c87df224a3b317d8b1.zip
* m17n baseline.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.h')
-rw-r--r--re.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/re.h b/re.h
index d69520a8f..88a67705d 100644
--- a/re.h
+++ b/re.h
@@ -28,17 +28,12 @@ struct RMatch {
#define RMATCH(obj) (R_CAST(RMatch)(obj))
-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));
void rb_match_busy _((VALUE));
EXTERN int ruby_ignorecase;
-int rb_reg_mbclen2 _((unsigned int, VALUE));
-#define mbclen2(c,re) rb_reg_mbclen2((c),(re))
#endif