From eedffff6347a3cec6bf9d01c60876673df7a2a31 Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Sat, 17 Apr 2004 14:13:44 +0000
Subject: [PATCH] Extended w2k clisp patch to also handle cygwin

---
 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 c9ee73d2..097e905d 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 (or win32 cygwin))       ; 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