aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-11-27 01:36:14 +0000
committerdos-reis <gdr@axiomatics.org>2014-11-27 01:36:14 +0000
commit291cdbd599f6332c6f92612629f1b4cf7fb71308 (patch)
tree278c206bc2d20bf4bc433da4a80cf58b50fb0572 /src/interp/g-util.boot
parentf4623b771b1e798d81d1cc8d2013683371061c43 (diff)
downloadopen-axiom-291cdbd599f6332c6f92612629f1b4cf7fb71308.tar.gz
Replace PATHNAME-* Lisp API with filePath* API.
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 e96f81d3..371bcdfe 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -1114,7 +1114,7 @@ queryVar? var ==
++ Returns a newly allocated domain shell (a simple vector) of length `n'.
newShell: %Short -> SIMPLE_-ARRAY
newShell n ==
- MAKE_-ARRAY(n,initial_-element <- nil)
+ newVector(n,initial_-element <- nil)
-- Push into the BOOT package when invoked in batch mode.
AxiomCore::$sysScope := '"BOOT"