aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 2fe0791b..271279ec 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -1104,7 +1104,7 @@ queryVar? var ==
++ Returns a newly allocated domain shell (a simple vector) of length `n'.
newShell: %Short -> SIMPLE_-ARRAY
newShell n ==
- MAKE_-ARRAY(n,KEYWORD::INITIAL_-ELEMENT,nil)
+ MAKE_-ARRAY(n,initial_-element <- nil)
-- Push into the BOOT package when invoked in batch mode.
AxiomCore::$sysScope := '"BOOT"