X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/58a9509014d2d133b91e96c7956957f82bc000a4..3652ba0efe3fa85b291e9ec6bae338a4661b39ed:/src/sod-frontend.asd.in diff --git a/src/sod-frontend.asd.in b/src/sod-frontend.asd.in index b81fd2d..e79dc5e 100644 --- a/src/sod-frontend.asd.in +++ b/src/sod-frontend.asd.in @@ -23,10 +23,11 @@ ;;; along with SOD; if not, write to the Free Software Foundation, ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -(cl:defpackage #:sod-sysdef - (:use #:common-lisp #:asdf)) +(cl:defpackage #:sod-frontend-sysdef + (:use #:common-lisp #:asdf) + (:export #:*version*)) -(cl:in-package #:sod-sysdef) +(cl:in-package #:sod-frontend-sysdef) #|@-auto-@|# (load "auto.lisp")