chiark / gitweb /
src/method-impl.lisp: Initialize `suppliedp' flags properly.
[sod] / src / package.lisp
index d6e47f49ff3b02d4751a8993c220337b92ff5364..1e7b54b7afbfa48fd35be09bf004c7fd9f192931 100644 (file)
@@ -7,7 +7,7 @@
 
 ;;;----- Licensing notice ---------------------------------------------------
 ;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sensible Object Design, an object system for C.
 ;;;
 ;;; SOD is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -30,8 +30,4 @@ (cl:defpackage #: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 --------------------------------------------------