Allow for macros to occur in statement position.

This commit is contained in:
Paul Stansifer
2012-11-12 23:06:55 -05:00
committed by Graydon Hoare
parent fca52554e7
commit ee076f63f9
13 changed files with 33 additions and 17 deletions

View File

@@ -665,6 +665,8 @@ enum stmt_ {
// expr with trailing semi-colon (may have any type):
stmt_semi(@expr, node_id),
stmt_mac(mac),
}
// FIXME (pending discussion of #1697, #2178...): local should really be