aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-utility.boot
diff options
context:
space:
mode:
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 ==