diff options
| author | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
| commit | b1a5146ea8f8665df5edf2b26dcadc028d7929f7 (patch) | |
| tree | 0712ef0ebbc5254528c7eaad88b8535f58607db0 /src/node.h | |
| parent | 8578cd622ba6644a0421bcb35e44e0f7b2927a54 (diff) | |
| download | mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.tar.gz mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.zip | |
Pluggable Regexp
Diffstat (limited to 'src/node.h')
| -rw-r--r-- | src/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h index 29edd6cc5..284105023 100644 --- a/src/node.h +++ b/src/node.h @@ -62,6 +62,7 @@ enum node_type { NODE_SYM, NODE_STR, NODE_DSTR, + NODE_REGX, NODE_DREGX, NODE_DREGX_ONCE, NODE_LIST, |
