Skip to content
Snippets Groups Projects
Commit eedffff6 authored by pfdietz's avatar pfdietz
Browse files

Extended w2k clisp patch to also handle cygwin

parent c9519850
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
;;; with arbitrary legal garbage. ;;; with arbitrary legal garbage.
;; (pushnew :ansi-tests-strict-initial-element *features*) ;; (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") (without-package-lock ("SYS")
(defun sys::disassemble-machine-code (a b c) (defun sys::disassemble-machine-code (a b c)
(format t "~&<~S ~S ~S>~%" a b c))) (format t "~&<~S ~S ~S>~%" a b c)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment