Merge pull request #3265 from dabroz/feature-fixexternc

Fixed C declaration in re.h
This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-11-22 22:22:47 +09:00
committed by GitHub
+2 -6
View File
@@ -7,14 +7,10 @@
#ifndef MRUBY_RE_H
#define MRUBY_RE_H
#ifdef __cplusplus
extern "C" {
#endif
MRB_BEGIN_DECL
#define REGEXP_CLASS "Regexp"
#ifdef __cplusplus
}
#endif
MRB_END_DECL
#endif /* RE_H */