aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-utility.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-09 16:47:52 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-09 16:47:52 +0000
commitdc2b7bf37f89919116cc3f599ca7744803013d1e (patch)
tree8d3a6d9212796031d3b6c2aec936e4f14a518582 /src/interp/sys-utility.boot
parent86a41a3e4a9ae61f3ab002ead3f16abcbef06130 (diff)
downloadopen-axiom-dc2b7bf37f89919116cc3f599ca7744803013d1e.tar.gz
More cleanups
Diffstat (limited to 'src/interp/sys-utility.boot')
-rw-r--r--src/interp/sys-utility.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot
index 949e8016..2a4b7024 100644
--- a/src/interp/sys-utility.boot
+++ b/src/interp/sys-utility.boot
@@ -198,7 +198,7 @@ RECLAIM() ==
++
makeAbsoluteFilename: %String -> %String
makeAbsoluteFilename name ==
- CONCATENATE("STRING",systemRootDirectory(),name)
+ strconc(systemRootDirectory(),name)
++ returns true if `file' exists as a pathname.
existingFile? file ==