diff --git a/pcl/macros.lisp b/pcl/macros.lisp index 6a735502f5d13ef6fd3ac42f497d25abfbba915a..a54dc10bf21fa38831f0865cc0cd430f5b80c312 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)))