Skip to content

Commit

Permalink
Reword #+ for ECL
Browse files Browse the repository at this point in the history
  • Loading branch information
metawilm committed Feb 8, 2011
1 parent 825c521 commit 1288877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/ssetup.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
;;; Allegro's Source level debugging

(defparameter *source-level-debugging*
#+ #1=(and allegro allegro-version>= (version>= 8 2)) nil ;; disable while in development
#- #1# nil)
#+ (and allegro allegro-version>= (version>= 8 2)) nil ;; disable while in development
#- (and allegro allegro-version>= (version>= 8 2)) nil)

(register-feature :clpython-source-level-debugging *source-level-debugging*)

0 comments on commit 1288877

Please sign in to comment.