From 45e14b8add2ee3d582ea38ca16f11cfc1e30d377 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 5 Nov 1991 14:38:05 +0000 Subject: [PATCH] Add ALLOWP and KEYP to OPTIONAL-DISPATCH printer. --- compiler/node.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/node.lisp b/compiler/node.lisp index ab438b3c2..96b8c76fc 100644 --- a/compiler/node.lisp +++ b/compiler/node.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.17 1991/07/18 02:11:27 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.18 1991/11/05 14:38:05 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -905,6 +905,8 @@ (type :test (not (eq type *universal-type*))) (where-from :test (not (eq where-from :assumed))) arglist + allowp + keyp min-args max-args (entry-points :test entry-points) -- GitLab