Don't declare strings as (simple-array character). In general that's
incorrect for literal strings because they can be base-strings or strings, depending on the implementation. (Ecl does this). Thus, just declare them as simple-strings which includes all string types.
Showing
Please register or sign in to comment