Skip to content
Snippets Groups Projects
Commit faeb7aa1 authored by camm's avatar camm
Browse files

Misc ansi fixes; error system overhaul

parent 7b0d9afe
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@
(make-hash-table :test #'eq)
(make-hash-table :test #'eql)
(make-hash-table :test #'equal)
#-(or GCL CMU ECL) (make-hash-table :test #'equalp)
#-(or CMU ECL) (make-hash-table :test #'equalp)
))
(defparameter *pathnames*
......
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