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

Added missing close paren.

parent f7cbd411
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/fndb.lisp,v 1.21 1991/04/25 00:47:18 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.22 1991/04/28 11:55:31 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
((array bit) (array bit) &optional (or (array bit) (member t))) ((array bit) (array bit) &optional (or (array bit) (member t)))
(array bit) (array bit)
(foldable) (foldable)
#|:derive-type #'result-type-last-arg|# #|:derive-type #'result-type-last-arg|#)
(defknown bit-not ((array bit) &optional (or (array bit) (member t))) (defknown bit-not ((array bit) &optional (or (array bit) (member t)))
(array bit) (array bit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment