Add nodes for embedding types and blocks in expressions for macros.

This commit is contained in:
Paul Stansifer 2011-06-29 18:07:04 -07:00
parent fd24fd5e31
commit 80cf4ecd3b
7 changed files with 58 additions and 45 deletions

View file

@ -323,7 +323,6 @@ tag expr_ {
to expr_if_check. */
expr_if_check(@expr, block, option::t[@expr]);
expr_port(option::t[@ty]);
expr_chan(@expr);
expr_anon_obj(anon_obj, ty_param[]);
}