chiark / gitweb /
final.lisp: Move definition of *sod-version* here.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 17 Sep 2015 10:19:48 +0000 (11:19 +0100)
Seems more at home somehow.

src/final.lisp
src/package.lisp

index 5df72f187f36b16ba25759fb8bc6faa4ceb27d35..fe07cc88b1de7168f5e8ca06bdfd0e8d4fe7f018 100644 (file)
 
 (cl:in-package #:sod)
 
 
 (cl:in-package #:sod)
 
+;;;--------------------------------------------------------------------------
+;;; Miscellaneous details.
+
+(export '*sod-version*)
+(defparameter *sod-version* sod-sysdef:*version*
+  "The version of the SOD translator system, as a string.")
+
 ;;;--------------------------------------------------------------------------
 ;;; Debugging utilities.
 
 ;;;--------------------------------------------------------------------------
 ;;; Debugging utilities.
 
index d6e47f49ff3b02d4751a8993c220337b92ff5364..4ae7da76b29993c7f4b564bdf43587acd262f530 100644 (file)
@@ -30,8 +30,4 @@ (cl:defpackage #:sod
 
 (cl:in-package #:sod)
 
 
 (cl:in-package #:sod)
 
-(export '*sod-version*)
-(defparameter *sod-version* sod-sysdef:*version*
-  "The version of the SOD translator system, as a string.")
-
 ;;;----- That's all, folks --------------------------------------------------
 ;;;----- That's all, folks --------------------------------------------------