aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-26 09:48:21 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-26 09:48:21 +0000
commitb99d2252a04fa96e0f6da50c735d8ba0de4765d8 (patch)
tree27dfeb8cf5d0114ab6d7a2361315632a6b6ae8a2 /src/boot
parent3d124313d289fd42013e52f600283c99f8d0211a (diff)
downloadopen-axiom-b99d2252a04fa96e0f6da50c735d8ba0de4765d8.tar.gz
Rename MAKE-FULL-NAMESTRING to makeFullFilePath and implement in Boot.
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/tokens.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 8cea63a1..c8b29ebb 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -305,6 +305,7 @@ for i in [ _
["lowerCase?", "LOWER-CASE-P"], _
["makeFilePath", "MAKE-PATHNAME"] , _
["makeSymbol", "INTERN"] , _
+ ["mergeFilePaths", "MERGE-PATHNAMES"] , _
["mkpf", "MKPF"] , _
["newVector", "MAKE-ARRAY"], _
["nil" ,NIL ] , _