src/sod-{frontend,test}.asd.in: Export `*version*'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Sep 2015 10:27:11 +0000 (11:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 23 Sep 2015 09:00:54 +0000 (10:00 +0100)
Have the other sysdef files also export this symbol because otherwise
SBCL emits annoying warnings.

src/sod-frontend.asd.in
src/sod-test.asd.in

index b81fd2d..591438c 100644 (file)
@@ -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)
 
index 6b2a83b..c9504aa 100644 (file)
@@ -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)