summaryrefslogtreecommitdiffhomepage
path: root/src/re.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/re.h')
-rw-r--r--src/re.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/re.h b/src/re.h
index 5bed5d16c..eafe50dc8 100644
--- a/src/re.h
+++ b/src/re.h
@@ -13,20 +13,6 @@
#include "node.h"
#include "st.h"
-/* mattn
-struct RMatch {
- MRB_OBJECT_HEADER;
- struct RString *str;
- struct rmatch *rmatch;
- struct RRegexp *regexp;
-};
-
-struct RRegexp {
- MRB_OBJECT_HEADER;
- struct re_pattern_buffer *ptr;
- struct RString *src;
- unsigned long usecnt;
-};
-*/
+#define REGEXP_CLASS "Regexp"
#endif