guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stack unwinding for C code


From: Paul Jarc
Subject: Re: Stack unwinding for C code
Date: Tue, 06 Jan 2004 13:37:30 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Marius Vollmer <address@hidden> wrote:
>     c_s1 = scm_to_string (s1);
>     scm_on_unwind (free, s1, 1);
>
>     c_s2 = scm_to_string (s2);
>     scm_on_unwind (free, s2, 1);

Nit: shouldn't you be passing c_s1 and c_s2 instead of s1 and s2 to
scm_on_unwind?


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]