From f459711ba300a5c3316754678addde18318f4aa4 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 28 Apr 1991 11:55:31 +0000
Subject: [PATCH] Added missing close paren.

---
 compiler/fndb.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 40f5fe2a3..9e221ff39 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.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/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 @@
   ((array bit) (array bit) &optional (or (array bit) (member t)))
   (array bit)
   (foldable)
-  #|:derive-type #'result-type-last-arg|#
+  #|:derive-type #'result-type-last-arg|#)
 
 (defknown bit-not ((array bit) &optional (or (array bit) (member t)))
   (array bit)
-- 
GitLab