diff options
| author | mimaki <[email protected]> | 2012-04-23 11:46:16 +0900 |
|---|---|---|
| committer | mimaki <[email protected]> | 2012-04-23 11:46:16 +0900 |
| commit | 835443614d21b13b27af3674d7f8cb9bf49c298b (patch) | |
| tree | 8abce0109e097f1b49d6ba5c6a7c2ce26d841698 /src/node.h | |
| parent | 1af5ac0ff473c3cbf2637932c31dfe2d4b13bfde (diff) | |
| download | mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.tar.gz mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.zip | |
add file header
Diffstat (limited to 'src/node.h')
| -rw-r--r-- | src/node.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h index a6e3d58fe..74af5f1e9 100644 --- a/src/node.h +++ b/src/node.h @@ -1,3 +1,9 @@ +/* +** node.h - nodes of abstract syntax tree +** +** See Copyright Notice in mruby.h +*/ + enum node_type { NODE_METHOD, NODE_FBODY, |
