about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index f6381a60..89670336 100644
--- a/mu.arc
+++ b/mu.arc
@@ -103,8 +103,8 @@
               character (obj size 1)  ; int32 like a Go rune
               character-address (obj size 1  address t  elem '(character))
               ; isolating function calls
-              scope  (obj array t  elem '(location))  ; by convention index 0 points to outer scope
-              scope-address  (obj size 1  address t  elem '(scope))
+              scope (obj array t  elem '(location))  ; by convention index 0 points to outer scope
+              scope-address (obj size 1  address t  elem '(scope))
               ; arrays consist of an integer length followed by the right number of elems
               integer-array (obj array t  elem '(integer))
               integer-array-address (obj size 1  address t  elem '(integer-array))