chiark / gitweb /
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 b81fd2da9c7e5cb9482cf1fd2f0fc069359adab7..591438c5208bef0308731f3558120b24c34bd055 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 6b2a83be86c7e872d6ece0985d1305eccb6889c7..c9504aa04247abe1cd0a6d80ee214ad68faec2a1 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)