summaryrefslogtreecommitdiffhomepage
path: root/src/re.h
blob: 64dbd60dc72b8dd8b94fc2d197a7c14c8df3117c (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 "HsRegexp"
#define REGEXP_CLASS "Regexp"

#endif