From d01c5b0b4f40de0922de302076c74ce7f375dd20 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Wed, 14 Apr 2004 19:31:43 +0000 Subject: [PATCH] Fixed typo --- ansi-tests/gclload.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansi-tests/gclload.lsp b/ansi-tests/gclload.lsp index 743c435b..c9ee73d2 100644 --- a/ansi-tests/gclload.lsp +++ b/ansi-tests/gclload.lsp @@ -4,7 +4,7 @@ ;;; with arbitrary legal garbage. ;; (pushnew :ansi-tests-strict-initial-element *features*) -#+:(and clisp win32) ; w2k exits on (disassemble 'car) +#+(and clisp win32) ; w2k exits on (disassemble 'car) (without-package-lock ("SYS") (defun sys::disassemble-machine-code (a b c) (format t "~&<~S ~S ~S>~%" a b c))) -- GitLab