From b455cae0cd4336448e787d6cc5d61ee1943677cc Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 11 Dec 2008 21:06:54 +0100 Subject: Do not try to set CFFI:*DEFAULT-FOREIGN-ENCODING*. darcs-hash:d5007595e2b8041ecb37df737581c09618d78fe6 --- main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp index e622f03..463106c 100644 --- a/main.lisp +++ b/main.lisp @@ -191,7 +191,7 @@ (dolist (env-var '("HTTP_CACHE_CONTROL" "HTTP_IF_MODIFIED_SINCE")) (pushnew env-var http::*http-env-vars*)) (http:http-init) - (setq cffi:*default-foreign-encoding* :iso-8859-15) + #+mst-plus (setq cffi:*default-foreign-encoding* :iso-8859-15) (handler-bind ((error #' (lambda (e) -- cgit v1.2.3