diff options
| author | mattn <[email protected]> | 2013-02-15 13:55:41 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-15 13:55:41 +0900 |
| commit | e0f25b1fda0c9c67526885fafdabf35d4d4039b7 (patch) | |
| tree | 4a55368fe51eff1bd6b9d8d1e29fe691ceb5d7ee /src/re.h | |
| parent | 55ef8c50fb959649c8a37ac2412d59da3d79e5b1 (diff) | |
| download | mruby-e0f25b1fda0c9c67526885fafdabf35d4d4039b7.tar.gz mruby-e0f25b1fda0c9c67526885fafdabf35d4d4039b7.zip | |
ready to pass second argument of Regexp.new
Diffstat (limited to 'src/re.h')
| -rw-r--r-- | src/re.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -7,12 +7,7 @@ #ifndef RE_H #define RE_H -//#include <sys/types.h> -#include <stdio.h> - -#include "node.h" -#include "st.h" - +//#define REGEXP_CLASS "HsRegexp" #define REGEXP_CLASS "Regexp" #endif |
