From f11c396cc55ff6f4ca4b7ab8c1cf5242f5116b37 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 28 Mar 2007 15:56:51 +0000
Subject: [PATCH] SHADOW takes "a designator for a list of string designators".
  This includes a character.  Update accordingly.

Noted by Madhu on cmucl-imp 2007/03/27, forwarded from a mail on
sbcl-devel, from Eric Marsden.
---
 compiler/fndb.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 3962096a4..2d13953f1 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.135 2005/11/09 19:08:06 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.136 2007/03/28 15:56:51 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -210,7 +210,7 @@
 (defknown unintern (symbol &optional packagelike) boolean)
 (defknown unexport (symbols &optional packagelike) truth)
 (defknown shadowing-import (symbols &optional packagelike) truth)
-(defknown shadow ((or symbol string list) &optional packagelike) truth)
+(defknown shadow ((or symbol character string list) &optional packagelike) truth)
 (defknown (use-package unuse-package) ((or list packagelike) &optional packagelike) truth)
 (defknown find-all-symbols (stringable) list (flushable))
 
-- 
GitLab