Skip to content
Snippets Groups Projects
Commit ca6f72c0 authored by wlott's avatar wlott
Browse files

Put back a paren that Rob deleted.

parent e34cbc64
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; 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. ;;; This file contains stuff that knows about dumping FASL files.
;;; ;;;
...@@ -611,8 +611,7 @@ ...@@ -611,8 +611,7 @@
;; during IR1 conversion. ;; during IR1 conversion.
(error "This object cannot be dumped into a fasl file:~% ~S" (error "This object cannot be dumped into a fasl file:~% ~S"
x)))))) x))))))
(undefined-value))
(undefined-value)
;;; Sub-Dump-Object -- Internal ;;; Sub-Dump-Object -- Internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment