chiark / gitweb /
src/class-finalize.lisp: Improve reporting of CPL construction errors.
[sod] / src / package.lisp
index 4ae7da76b29993c7f4b564bdf43587acd262f530..292b64fce2c436c1e8707f885db0e2c5d797547b 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
@@ -28,6 +28,10 @@ (cl:defpackage #:sod
        #:sod-utilities
        #:sod-parser))
 
+(cl:defpackage #:sod-user
+  (:use #:common-lisp
+       #:sod))
+
 (cl:in-package #:sod)
 
 ;;;----- That's all, folks --------------------------------------------------