Skip to content
Snippets Groups Projects
Commit 45e14b8a authored by ram's avatar ram
Browse files

Add ALLOWP and KEYP to OPTIONAL-DISPATCH printer.

parent 4d2cb075
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -905,6 +905,8 @@
(type :test (not (eq type *universal-type*))) (type :test (not (eq type *universal-type*)))
(where-from :test (not (eq where-from :assumed))) (where-from :test (not (eq where-from :assumed)))
arglist arglist
allowp
keyp
min-args min-args
max-args max-args
(entry-points :test entry-points) (entry-points :test entry-points)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment