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

#ifndef RE_H
#define RE_H

#define REGEXP_CLASS          "Regexp"
#define REGEXP_CLASS_CSTR_LEN 6

#endif