chiark
/
gitweb
/
~mdw
/
fringe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9c91361
)
cl-fringe.lisp: Fix the `cl-launch' machinery.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 Apr 2013 15:25:51 +0000
(16:25 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 Apr 2013 16:41:48 +0000
(17:41 +0100)
Now it's a proper citizen.
cl-fringe.lisp
patch
|
blob
|
blame
|
history
diff --git
a/cl-fringe.lisp
b/cl-fringe.lisp
index febdada6eb37a97ded36f89a6950d5971c12ac3b..161240bc8e3f5cd2b9c1da54f6159caabb1d82fd 100644
(file)
--- a/
cl-fringe.lisp
+++ b/
cl-fringe.lisp
@@
-119,11
+119,10
@@
(defun main (prog args)
0))
#+cl-launch
0))
#+cl-launch
-(defun launch ()
- (cl-launch:quit (main (or (cl-launch:getenv "CL_LAUNCH_FILE")
- (namestring *load-pathname*)
- "<unknown>")
- cl-launch:*arguments*)))
+(cl-launch:quit (main (pathname-name (or (cl-launch:getenv "CL_LAUNCH_FILE")
+ *load-pathname*
+ "<unknown>"))
+ cl-launch:*arguments*))
#+(and (not cl-launch) ecl)
(ext:quit (main (ext:argv 0)
#+(and (not cl-launch) ecl)
(ext:quit (main (ext:argv 0)