diff options
Diffstat (limited to '')
| -rw-r--r-- | src/MoonP/moon_parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MoonP/moon_parser.h b/src/MoonP/moon_parser.h index d965d87..f036a7c 100644 --- a/src/MoonP/moon_parser.h +++ b/src/MoonP/moon_parser.h | |||
| @@ -280,7 +280,6 @@ private: | |||
| 280 | AST_RULE(FnArgsDef) | 280 | AST_RULE(FnArgsDef) |
| 281 | AST_RULE(fn_arrow) | 281 | AST_RULE(fn_arrow) |
| 282 | AST_RULE(FunLit) | 282 | AST_RULE(FunLit) |
| 283 | AST_RULE(macro_type) | ||
| 284 | AST_RULE(MacroName) | 283 | AST_RULE(MacroName) |
| 285 | AST_RULE(MacroLit) | 284 | AST_RULE(MacroLit) |
| 286 | AST_RULE(Macro) | 285 | AST_RULE(Macro) |
