Changeset 13396
- Timestamp:
- 07/12/11 08:51:08 (12 years ago)
- Location:
- trunk/abcl/contrib/jss
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/jss/compat.lisp
r13285 r13396 2 2 3 3 (defparameter *cl-user-compatibility* nil 4 "Whether backwards compatib lity with JSS's use of CL-USER has been enabled.")4 "Whether backwards compatibility with JSS's use of CL-USER has been enabled.") 5 5 6 (defun ensure-compatib lity ()6 (defun ensure-compatibility () 7 7 (setf *cl-user-compatibility* t) 8 8 (let ((dont-export '(add-to-classpath *cl-user-compatibility*))) -
trunk/abcl/contrib/jss/jss.asd
r13394 r13396 4 4 (defsystem :jss 5 5 :author "Alan Ruttenberg, Mark Evenson" 6 :version "2.1. 0"6 :version "2.1.1" 7 7 :components 8 8 ((:module base :pathname "" :serial t -
trunk/abcl/contrib/jss/packages.lisp
r13394 r13396 35 35 36 36 ;;; Enable compatibility with jss-1.0 by placing symbols in CL-USER 37 #:ensure-compatib lity #:*cl-user-compatibility*)37 #:ensure-compatibility #:*cl-user-compatibility*) 38 38 (:shadow #:add-to-classpath)) 39 39
Note: See TracChangeset
for help on using the changeset viewer.