GrammaTech / sel

Programmatic modification and evaluation of software
https://grammatech.github.io/sel/#Top
Other
166 stars 21 forks source link

Fix Clozure Common LISP build error #5

Closed jaruchti closed 6 years ago

jaruchti commented 6 years ago

Previously, the build would fail with the following error:

Error of type TYPE-ERROR: The value <VECTOR 32 type (UNSIGNED-BYTE 64), simple> is not of the expected type (SIMPLE-ARRAY (MOD 72057594037927931) (32)).

This commit loosens the type specification to allow for successful compilation.

jaruchti commented 6 years ago

ok @pfdietz ; merged into master