From b1df995795aecbd6d0f417f89ff5a6896654ac01 Mon Sep 17 00:00:00 2001
From: gerd <gerd>
Date: Wed, 7 May 2003 17:00:09 +0000
Subject: [PATCH] 	* src/pcl/macros.lisp (/show): Ignore parameter.

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

diff --git a/pcl/macros.lisp b/pcl/macros.lisp
index 6a735502f..a54dc10bf 100644
--- a/pcl/macros.lisp
+++ b/pcl/macros.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/macros.lisp,v 1.26 2003/05/05 11:44:56 emarsden Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/macros.lisp,v 1.27 2003/05/07 17:00:09 gerd Exp $")
 ;;;
 ;;; Macros global variable definitions, and other random support stuff used
 ;;; by the rest of the system.
@@ -232,5 +232,5 @@
 
 #-bootable-pcl
 (defmacro /show (&rest args)
-  )
+  (declare (ignore args)))
 
-- 
GitLab