On Fri, Jul 30, 2021 at 2:48 PM Gregg Reynolds <[email protected]> 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);
}
_______________________________________________ Cmdist mailing list [email protected] https://cm-mail.stanford.edu/mailman/listinfo/cmdist
