gcfac and scifac



Edwin Woollett wrote:
>  error when trying to load package scifac.lisp :
> 
> ------------------
> (%i1) load (scifac);
> 
> Load failed for
>  C:/PROGRA~1/MAXIMA~3.0/share/maxima/5.14.0/share/simplification/scifac.lisp
>  -- an error.  To debug this try debugmode(true);

Near the top of that file, change the "(declare ...") to "(declaim 
...").  It loads for me now.  Don't know if it works or not....

Ray