diff options
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r-- | src/interp/g-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index 98e834bb..e405f304 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -1439,7 +1439,7 @@ getShellEntry(s,i) == ++ sets the nth nth entry of a domain shell to an item. setShellEntry: (%Shell,%Short,%Thing) -> %Thing setShellEntry(s,i,t) == - SETF(SVREF(s,i),t) + SVREF(s,i) := t -- Push into the BOOT package when invoked in batch mode. |