renamed "emptystmt" to "empty_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:04 +02:00
parent fe121fb2ba
commit 54edbca268
3 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ jump_targets (unique int jump: @stmt ref,
@stmt_container = @toplevel | @function | @namespace_declaration | @external_module_declaration | @global_augmentation_declaration;
case @stmt.kind of
0 = @emptystmt
0 = @empty_stmt
| 1 = @blockstmt
| 2 = @exprstmt
| 3 = @ifstmt