> Changing the ~10 calls to MAKE-HASH-TABLE in parse-ffi.lisp to just > use a :TEST of #'EQUAL should work around the bug (and it's not clear > that #'STRING= would be any better/faster in this case, anyway.) thanks, that did it! --rick