From 10f5bb4987621d39e5bda4ce8a6e0477661812d4 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 6 Nov 1991 19:46:08 +0000
Subject: [PATCH] Declared the argument types to concat-names so that they will
 be type-checked.

---
 code/extensions.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/extensions.lisp b/code/extensions.lisp
index 07a2b4100..8299b6dd5 100644
--- a/code/extensions.lisp
+++ b/code/extensions.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/extensions.lisp,v 1.12 1991/07/11 16:31:34 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/extensions.lisp,v 1.13 1991/11/06 19:46:08 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -189,6 +189,7 @@
 
 (eval-when (compile load eval)
   (defun concat-pnames (name1 name2)
+    (declare (symbol name1 name2))
     (if name1
 	(intern (concatenate 'simple-string (symbol-name name1)
 			     (symbol-name name2)))
-- 
GitLab