summaryrefslogtreecommitdiffhomepage
path: root/src/re.h
blob: ee2638b22b8fb57ec2bd81603fa2dad1985dcfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
** re.h - Regexp class
**
** See Copyright Notice in mruby.h
*/

#ifndef RE_H
#define RE_H

#define REGEXP_CLASS          "Regexp"

#endif  /* RE_H */