From ca6f72c02414e8811bf2abae5fa90903c6abaa45 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 12 Oct 1990 02:52:54 +0000 Subject: [PATCH] Put back a paren that Rob deleted. --- compiler/dump.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/dump.lisp b/compiler/dump.lisp index 5ef9aa73a..5e9eabfe1 100644 --- a/compiler/dump.lisp +++ b/compiler/dump.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.16 1990/10/11 14:33:27 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.17 1990/10/12 02:52:54 wlott Exp $ ;;; ;;; This file contains stuff that knows about dumping FASL files. ;;; @@ -611,8 +611,7 @@ ;; during IR1 conversion. (error "This object cannot be dumped into a fasl file:~% ~S" x)))))) - - (undefined-value) + (undefined-value)) ;;; Sub-Dump-Object -- Internal -- GitLab