mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Move src/re.h to include/mruby/re.h .
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user