diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-21 23:25:03 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-21 23:25:03 -0700 |
| commit | ab7bd61596e0d684c27d08088e51cca092291751 (patch) | |
| tree | e7af45d8632180b7c6b56db0df7013b0a1ff1013 /src/node.h | |
| parent | f6646f44c2a33147b7f491d1551243c96f72ab25 (diff) | |
| parent | 4be161c43c4c22c9d3e081e30cf5964ab970a0a7 (diff) | |
| download | mruby-ab7bd61596e0d684c27d08088e51cca092291751.tar.gz mruby-ab7bd61596e0d684c27d08088e51cca092291751.zip | |
Merge pull request #1040 from mattn/backtick
xquote operator
Diffstat (limited to 'src/node.h')
| -rw-r--r-- | src/node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h index 4f9db8265..df27c431f 100644 --- a/src/node.h +++ b/src/node.h @@ -65,6 +65,8 @@ enum node_type { NODE_SYM, NODE_STR, NODE_DSTR, + NODE_XSTR, + NODE_DXSTR, NODE_REGX, NODE_DREGX, NODE_DREGX_ONCE, |
