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

Fixed typo

parent 538ec2f3
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 win32) ; 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