From 5bf1cce6b8f686f8fffc6d26f610cf2a5b7b34b5 Mon Sep 17 00:00:00 2001
From: emarsden <emarsden>
Date: Mon, 5 May 2003 11:44:56 +0000
Subject: [PATCH]   - remove extra parenthesis

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

diff --git a/pcl/macros.lisp b/pcl/macros.lisp
index fbbc19de6..6a735502f 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.25 2003/05/04 13:11:21 gerd Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/macros.lisp,v 1.26 2003/05/05 11:44:56 emarsden Exp $")
 ;;;
 ;;; Macros global variable definitions, and other random support stuff used
 ;;; by the rest of the system.
@@ -75,7 +75,7 @@
   `(position ,item ,list :test #'eq))
 
 (defmacro neq (x y)
-  `(not (eq ,x ,y))))
+  `(not (eq ,x ,y)))
 
 (declaim (inline car-safe))
 (defun car-safe (obj)
-- 
GitLab