diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-04-27 00:06:30 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-04-27 00:06:30 +0200 |
| commit | 51b198aa569b4df3cf93716eaeb216348e60d5ba (patch) | |
| tree | a15361c1199f178f918219ec9b718b3459172433 /src/parser.hpp | |
| parent | 87bfd3166482eaa3d89387bde03852f23c6f0629 (diff) | |
| parent | 94fd59e6f0e509f823edd3c90130841510cceb70 (diff) | |
Merge remote-tracking branch 'upstream/master' into prototype-fmt
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 1ff073f91..8c2eadb46 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -415,8 +415,8 @@ AST_KIND(_ComplexStmtBegin, "", bool) \ Ast *expr; \ Ast *body; \ }) \ - AST_KIND(InlineRangeStmt, "inline range statement", struct { \ - Token inline_token; \ + AST_KIND(UnrollRangeStmt, "#unroll range statement", struct { \ + Token unroll_token; \ Token for_token; \ Ast *val0; \ Ast *val1; \ |