aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pathname.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-26 06:42:43 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-26 06:42:43 +0000
commitcbd17230112800448956940165f541d7c49d0dc5 (patch)
tree8d5f8b63b53082cc77273a17dd29603695beef4d /src/interp/pathname.boot
parented9e9f02689b500004c6e81f374da75bffa42a5a (diff)
downloadopen-axiom-cbd17230112800448956940165f541d7c49d0dc5.tar.gz
Rename MAKE-FILENAME to makeFilename and re-implement in Boot.
Diffstat (limited to 'src/interp/pathname.boot')
-rw-r--r--src/interp/pathname.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pathname.boot b/src/interp/pathname.boot
index 3dece48d..1a3bc6b3 100644
--- a/src/interp/pathname.boot
+++ b/src/interp/pathname.boot
@@ -51,7 +51,7 @@ pathname p ==
pathname? p => p
p isnt [.,:.] => PATHNAME p
if #p>2 then p:=[p.0,p.1]
- PATHNAME apply(FUNCTION MAKE_-FILENAME, p)
+ PATHNAME apply(function makeFilename, p)
namestring p ==
null p => nil