summaryrefslogtreecommitdiffhomepage
path: root/src/re.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-17 07:53:02 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-17 07:53:02 +0900
commit26c0f8a77279d46cc19e21234581620a8a6bdb72 (patch)
treebe78417bdc7236a706699ad5056acff047f036bf /src/re.h
parent93c82514dcce47f7c72d1ab24fcbecdacbd072d6 (diff)
parentb5824f3649fbe56ae6117f9f7c194955b07eea17 (diff)
downloadmruby-26c0f8a77279d46cc19e21234581620a8a6bdb72.tar.gz
mruby-26c0f8a77279d46cc19e21234581620a8a6bdb72.zip
Merge pull request #2067 from take-cheeze/move_re_h
Move src/re.h to include/mruby/re.h .
Diffstat (limited to 'src/re.h')
-rw-r--r--src/re.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/re.h b/src/re.h
deleted file mode 100644
index ee2638b22..000000000
--- a/src/re.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
-** re.h - Regexp class
-**
-** See Copyright Notice in mruby.h
-*/
-
-#ifndef RE_H
-#define RE_H
-
-#define REGEXP_CLASS "Regexp"
-
-#endif /* RE_H */