From 99847a45ddc8bdeaec5d87159171ed341d03b2c2 Mon Sep 17 00:00:00 2001 From: Julian Squires Date: Sat, 17 Sep 2005 20:20:07 +0100 Subject: [PATCH] Changed :new-version to :supersede to accomidate sbcl and openmcl. --- aout.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aout.lisp b/aout.lisp index 34ba4a8..641944b 100644 --- a/aout.lisp +++ b/aout.lisp @@ -11,7 +11,7 @@ patch header)." (with-open-file (output-stream name :direction :output :element-type 'unsigned-byte - :if-exists :new-version + :if-exists :supersede :if-does-not-exist :create) ;; revise symbol table/relocs to use numeric indices (let* ((symbols (serialize-symbol-table))) -- 2.11.4.GIT