src/parser/floc-proto.lisp: Use correct function for constructing conditions.
[sod] / src / output-proto.lisp
index c5a2dff..e31b201 100644 (file)
    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.