Skip to content

Commit

Permalink
Add ccl to cells reader conditional, name changed from mcl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarren committed Jun 30, 2009
1 parent 9de3b54 commit bbdeb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cells.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-

#+(or allegro lispworks cmu mcl clisp cormanlisp sbcl scl)
#+(or allegro lispworks cmu mcl ccl clisp cormanlisp sbcl scl)
(progn
(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))

Expand Down
2 changes: 1 addition & 1 deletion utils-kt.asd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;;;(operate 'load-op :asdf-aclproj)
;;;(use-package :asdf-aclproj)

#+(or allegro lispworks cmu mcl clisp cormanlisp sbcl scl)
#+(or allegro lispworks cmu mcl ccl clisp cormanlisp sbcl scl)

(asdf:defsystem :utils-kt
:name "utils-kt"
Expand Down

0 comments on commit bbdeb29

Please sign in to comment.