Move src/re.h to include/mruby/re.h .

This commit is contained in:
take_cheeze
2014-04-16 22:39:57 +09:00
parent 93c82514dc
commit c0eaaf3559
4 changed files with 22 additions and 14 deletions
+20
View File
@@ -0,0 +1,20 @@
/*
** mruby/re.h - Regexp class
**
** See Copyright Notice in mruby.h
*/
#ifndef MRUBY_RE_H
#define MRUBY_RE_H
#ifdef __cplusplus
extern "C" {
#endif
#define REGEXP_CLASS "Regexp"
#ifdef __cplusplus
}
#endif
#endif /* RE_H */