I made a couple of minor patches to make CL-RANDIST build without warnings on ACL.
One was to add a SPECIAL declaration of *MT-RANDOM-STATE* when it's referenced above its DEFVAR. The other is an IGNORE declaration for an unused variable in a mapper in the tests.
I made a couple of minor patches to make CL-RANDIST build without warnings on ACL.
One was to add a SPECIAL declaration of
*MT-RANDOM-STATE*
when it's referenced above its DEFVAR. The other is an IGNORE declaration for an unused variable in a mapper in the tests.