X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1344e1f9c923a4d6602d64a33da175f48c7b7b64..54ea6ee880f52c23279bf58262ca245b531d04b0:/src/output-proto.lisp diff --git a/src/output-proto.lisp b/src/output-proto.lisp index 65068f3..6a26a7b 100644 --- a/src/output-proto.lisp +++ b/src/output-proto.lisp @@ -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 @@ -41,8 +41,7 @@ (export '(sequencer sequencer-constraints sequencer-table)) (defclass sequencer () - ((constraints :initarg :constraints :initform nil - :type list :accessor sequencer-constraints) + ((constraints :initform nil :type list :accessor sequencer-constraints) (table :initform (make-hash-table :test #'equal) :reader sequencer-table)) (:documentation @@ -114,7 +113,7 @@ (:method-combination progn) (:method progn (object reason sequencer) - (declare (ignore object reason sequencer)))) + (declare (ignore object reason sequencer)))) ;;;-------------------------------------------------------------------------- ;;; Useful syntax.