[CM] value of 'define'

Gregg Reynolds dev at mobileink.com
Fri Jul 30 12:50:57 PDT 2021


On Fri, Jul 30, 2021 at 2:48 PM Gregg Reynolds <dev at mobileink.com> wrote:

...

> void sunlark_redefine_define(s7_scheme *s7)
> {
>     s7_pointer path = s7_eval_c_string(s7, def);
> }
>

Make that:

void sunlark_redefine_define(s7_scheme *s7)
{
    s7_eval_c_string(s7, def);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20210730/bd4ba14f/attachment.html>


More information about the Cmdist mailing list