aboutsummaryrefslogtreecommitdiff
path: root/src/lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-24 10:14:50 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-24 10:14:50 +0000
commitfe07321807b8be45945bd445abd7d93ad9c8f513 (patch)
tree609517c78061a0ad5a370902a6a7357852037db9 /src/lisp
parent695a6c656681918abe4b20e04470dd266b4f6bbe (diff)
downloadopen-axiom-fe07321807b8be45945bd445abd7d93ad9c8f513.tar.gz
Remove duplicate junk.
Diffstat (limited to 'src/lisp')
-rw-r--r--src/lisp/core.lisp.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in
index aecca91e..eaba3a3d 100644
--- a/src/lisp/core.lisp.in
+++ b/src/lisp/core.lisp.in
@@ -89,6 +89,8 @@
"compileLispHandler"
"Option"
+ "pathBasename"
+
"IMPORT-MODULE"
"CONCAT"
))
@@ -716,6 +718,10 @@
(concatenate 'string dir "/"))))
+;; Return the basename (without extension) of a file.
+(defun |pathBasename| (file)
+ (pathname-name file))
+
;;
;; -*- Modules in OpenAxiom -*-
;;
@@ -804,6 +810,10 @@
(eval-when (:load-toplevel :execute)
(pushnew #'shoe-provide-module sb-ext:*module-provider-functions*))
+;;
+;; -*- Native Datatype correspondance -*-
+;;
+
;; native data type translation table
(defconstant |$NativeTypeTable|
'((|void| . @void_type@)