make_random_state broken for Maxima installed with Ecl



Oliver Kullmann wrote:
> I forgot to mention that with clisp make_random_state(0)$
> never was a problem (including 2.46 now).
>
>   
That's because clisp basically ignores declarations.  Cmucl and sbcl 
treat declarations as assertions.  I guess ecl also treats declarations 
as assertions, so that's why there's an error for that case.

I'll change that soon.  Probably won't make it into the release since 
Robert said he wasn't going to do another test release.

Ray