renamed "globalscope" to "global_scope"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:41 +02:00
parent 05e0d1a02d
commit 1341f4beb4
3 changed files with 3 additions and 3 deletions

View File

@@ -409,7 +409,7 @@ scopes (unique int id: @scope,
int kind: int ref);
case @scope.kind of
0 = @globalscope
0 = @global_scope
| 1 = @functionscope
| 2 = @catchscope
| 3 = @modulescope