renamed "catchscope" to "catch_scope"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:42 +02:00
parent a871963481
commit 5f06bf05bd
3 changed files with 3 additions and 3 deletions

View File

@@ -411,7 +411,7 @@ scopes (unique int id: @scope,
case @scope.kind of
0 = @global_scope
| 1 = @function_scope
| 2 = @catchscope
| 2 = @catch_scope
| 3 = @modulescope
| 4 = @blockscope
| 5 = @forscope