From 0794460964ea2b03a9821450220c40b6db2f4f99 Mon Sep 17 00:00:00 2001 From: sds <sds@localhost> Date: Fri, 16 Apr 2010 13:46:34 +0000 Subject: [PATCH] cmu: (setf ext:*ignore-extra-right-parentheses* nil) --- ansi-tests/doit.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/ansi-tests/doit.lsp b/ansi-tests/doit.lsp index c999955b..9d83ca37 100644 --- a/ansi-tests/doit.lsp +++ b/ansi-tests/doit.lsp @@ -33,6 +33,7 @@ #+cmu (progn + (setf ext:*ignore-extra-right-parentheses* nil) (rt:disable-note :nil-vectors-are-strings)) #+gcl(si::use-fast-links nil) -- GitLab