src/method-aggregate.lisp: Allow useful behaviour if no primary methods.
[sod] / src / package.lisp
index 60da8ea..1e7b54b 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,4 +28,6 @@
        #:sod-utilities
        #:sod-parser))
 
+(cl:in-package #:sod)
+
 ;;;----- That's all, folks --------------------------------------------------