summaryrefslogtreecommitdiffhomepage
path: root/src/regex.h
diff options
context:
space:
mode:
authormattn <[email protected]>2013-02-15 04:38:27 +0900
committermattn <[email protected]>2013-02-15 04:38:27 +0900
commitb1a5146ea8f8665df5edf2b26dcadc028d7929f7 (patch)
tree0712ef0ebbc5254528c7eaad88b8535f58607db0 /src/regex.h
parent8578cd622ba6644a0421bcb35e44e0f7b2927a54 (diff)
downloadmruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.tar.gz
mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.zip
Pluggable Regexp
Diffstat (limited to 'src/regex.h')
-rw-r--r--src/regex.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/regex.h b/src/regex.h
deleted file mode 100644
index f3f797b00..000000000
--- a/src/regex.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-** regex.h - Regexp class
-**
-** See Copyright Notice in mruby.h
-*/
-
-#ifndef ONIGURUMA_REGEX_H
-#define ONIGURUMA_REGEX_H 1
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-#include "oniguruma.h"
-
-#ifndef ONIG_RUBY_M17N
-
-#define mbclen(p,e,enc) mrb_enc_mbclen((p),(e),(enc))
-
-#endif /* ifndef ONIG_RUBY_M17N */
-
-#if defined(__cplusplus)
-} /* extern "C" { */
-#endif
-
-#endif /* ONIGURUMA_REGEX_H */