summaryrefslogtreecommitdiff
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
commit81ef4309a244b78223832895d714fcaec85ed5bf (patch)
tree3bcca74b927794c08e837af5bf28efe1edb54e03 /re.h
parent6b5ad7c5b203b7ffa8b86b1d0b9b15df56a90a27 (diff)
* m17n baseline.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 d69520a8f4..88a67705d5 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