X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/e82044bca1b6cfe495de93abbff727a5b41359b8..d5fdd49e70b734b791eb907706f92da5775e2a8b:/src/output-proto.lisp diff --git a/src/output-proto.lisp b/src/output-proto.lisp index a87c7c0..e31b201 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 @@ -111,9 +111,8 @@ a reason to its sub-objects that is different from the REASON with which it was itself invoked.") - (:method-combination progn) - (:method progn (object reason sequencer) - (declare (ignore object reason sequencer)))) + (:method (object reason sequencer) + (declare (ignore object reason sequencer)))) ;;;-------------------------------------------------------------------------- ;;; Useful syntax.