Skip to content

Commit

Permalink
don't specially load cl-irregsexp from a strange directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vii committed Oct 7, 2009
1 parent 61ba6ff commit 04d7996
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions teepeedee2.asd
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
do
(pushnew addon asdf:*central-registry* :test #'equal))

(pushnew "../cl-irregsexp/" asdf:*central-registry* :test #'equal)
(pushnew "../trivial-backtrace/" asdf:*central-registry* :test #'equal)

#.(progn (pushnew :tpd2-debug *features*) nil)
#.(progn
(pushnew :tpd2-debug *features*) nil)

#-tpd2-debug
(declaim (optimize speed))
Expand Down Expand Up @@ -134,4 +132,3 @@
:cl-irregsexp
:trivial-backtrace
:parenscript))

0 comments on commit 04d7996

Please sign in to comment.