> From: Barton Willis
>
> I wrote a new taylorinfo function and attached it to SF bug 904522.
> My code uses 'while', but I see that 'while' is unknown to hayat.lisp.
> At least building under sbcl says so.
>
> I'm guessing this has something to do with the build process. Maybe
> somebody can make 'while' available to hayat for me --- I don't
> understand most of the build process, and would likely make a mess.
>
> Barton
'while' is defined in nset.lisp, which is after hayat.lisp in maxima.system
One solution is to shift the definition of 'while'. src/utils.lisp seems a
good place. Comments say it is for "General purpose lisp utilities."
If you do this it should be seen by hayat.lisp with no other changes,
but if you want to use it in mhayat.lisp we will need to tweak
maxima.system.
I could commit this in the next 24 hours.
David
NOTICE
This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.