chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17aa0c5
)
frontend: Use CLC rather than ASDF.
author
mdw
<mdw>
Mon, 13 Feb 2006 11:59:36 +0000
(11:59 +0000)
committer
mdw
<mdw>
Mon, 13 Feb 2006 11:59:36 +0000
(11:59 +0000)
zone
patch
|
blob
|
blame
|
history
diff --git
a/zone
b/zone
index 6757186ea200b848d1de1a252f31693584fce804..de68201a85c670eae277f652870034188193e148 100755
(executable)
--- a/
zone
+++ b/
zone
@@
-1,6
+1,6
@@
#! /usr/local/bin/runlisp
;;; -*-lisp-*-
-(
asdf:operate 'asdf:load-op "mdw" :verbose nil
)
-(
asdf:operate 'asdf:load-op "zone" :verbose nil
)
+(
clc:clc-require "mdw"
)
+(
clc:clc-require "zone"
)
(zone.frontend:main)