From f99eaea799b69e8128237ce8a391f4fac45a5d6d Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Sun, 7 Sep 2008 00:46:18 +0000
Subject: [PATCH] Fix mistake; remove &optional.

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

diff --git a/code/foreign.lisp b/code/foreign.lisp
index 6351be68e..56b6088f9 100644
--- a/code/foreign.lisp
+++ b/code/foreign.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/code/foreign.lisp,v 1.54 2006/04/26 20:49:23 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.55 2008/09/07 00:46:18 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -845,7 +845,7 @@ environment passed to Lisp."
   (when (atom files)
     (when verbose
       (format t ";;; Opening as shared library ~A ...~%" files))
-    (multiple-value-bind (ok &optional error-string)
+    (multiple-value-bind (ok error-string)
 	(load-object-file files)
       (cond (ok
 	     (when verbose
-- 
GitLab