From: Mark Wooding Date: Tue, 22 Sep 2015 10:27:11 +0000 (+0100) Subject: src/sod-{frontend,test}.asd.in: Export `*version*'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/9f452a9be33c87194099193ea8b823898ad75d61 src/sod-{frontend,test}.asd.in: Export `*version*'. Have the other sysdef files also export this symbol because otherwise SBCL emits annoying warnings. --- diff --git a/src/sod-frontend.asd.in b/src/sod-frontend.asd.in index b81fd2d..591438c 100644 --- a/src/sod-frontend.asd.in +++ b/src/sod-frontend.asd.in @@ -24,7 +24,8 @@ ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. (cl:defpackage #:sod-sysdef - (:use #:common-lisp #:asdf)) + (:use #:common-lisp #:asdf) + (:export #:*version*)) (cl:in-package #:sod-sysdef) diff --git a/src/sod-test.asd.in b/src/sod-test.asd.in index 6b2a83b..c9504aa 100644 --- a/src/sod-test.asd.in +++ b/src/sod-test.asd.in @@ -24,7 +24,8 @@ ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. (cl:defpackage #:sod-sysdef - (:use #:common-lisp #:asdf)) + (:use #:common-lisp #:asdf) + (:export #:*version*)) (cl:in-package #:sod-sysdef)