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
+1 -1
View File
@@ -14,7 +14,7 @@
#include "mruby/class.h"
#include "mruby/range.h"
#include "mruby/string.h"
#include "re.h"
#include "mruby/re.h"
#define STR_EMBED_P(s) ((s)->flags & MRB_STR_EMBED)
#define STR_SET_EMBED_FLAG(s) ((s)->flags |= MRB_STR_EMBED)