diff options
Diffstat (limited to 'src/MoonP/moon_ast.h')
-rw-r--r-- | src/MoonP/moon_ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MoonP/moon_ast.h b/src/MoonP/moon_ast.h index 7e480b5..02428ca 100644 --- a/src/MoonP/moon_ast.h +++ b/src/MoonP/moon_ast.h | |||
@@ -636,7 +636,7 @@ AST_LEAF(macro_type) | |||
636 | AST_END(macro_type) | 636 | AST_END(macro_type) |
637 | 637 | ||
638 | AST_NODE(MacroName) | 638 | AST_NODE(MacroName) |
639 | ast_ptr<true, Name_t> name; | 639 | ast_ptr<false, Name_t> name; |
640 | AST_MEMBER(MacroName, &name) | 640 | AST_MEMBER(MacroName, &name) |
641 | AST_END(MacroName) | 641 | AST_END(MacroName) |
642 | 642 | ||