>From 0f3964d30a3f9a4420af646d6e57faeae190fff9 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" Date: Wed, 28 Mar 2012 10:44:35 -0500 Subject: [PATCH] Fixed unreachable code in defparameter. --- asdf.lisp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/asdf.lisp b/asdf.lisp index 7eb0b81..344de6c 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -1296,6 +1296,7 @@ processed in order by OPERATE.")) (or #+(or abcl allegro clozure cmu ecl lispworks (and sbcl sb-unicode) scl) :utf-8 #+(and clisp unicode) charset:utf-8 + #-(or (or abcl allegro clozure cmu ecl lispworks (and sbcl sb-unicode) scl) (and clisp unicode)) :default) "Default :external-format argument to pass for CL:OPEN. For modern implementations, this should be UTF-8. -- 1.7.7.4