Skip to content
Snippets Groups Projects
Commit 4b976ddc authored by dtc's avatar dtc
Browse files

Add VALUES to the ignored automatically generated setf functions.

parent 7105d16b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/setf-funs.lisp,v 1.5 1994/10/31 04:11:27 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/setf-funs.lisp,v 1.6 1998/07/19 00:22:19 dtc Rel $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -54,6 +54,6 @@ ...@@ -54,6 +54,6 @@
(define-setters ("LISP") (define-setters ("LISP")
;; Semantically silly... ;; Semantically silly...
getf apply ldb mask-field logbitp subseq getf apply ldb mask-field logbitp subseq values
;; Have explicit redundant definitions... ;; Have explicit redundant definitions...
setf bit sbit get aref gethash) setf bit sbit get aref gethash)
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