summaryrefslogtreecommitdiffhomepage
path: root/src/regex.h
diff options
context:
space:
mode:
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 */