renamed "ifstmt" to "if_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:06 +02:00
parent a752ef79a2
commit 90b45c4052
3 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ case @stmt.kind of
0 = @empty_stmt
| 1 = @block_stmt
| 2 = @expr_stmt
| 3 = @ifstmt
| 3 = @if_stmt
| 4 = @labeledstmt
| 5 = @breakstmt
| 6 = @continuestmt