Re: RFD: add an interface scm_c_eval_string_from_file_line

2008-09-22 Thread Ludovic Courtès
Hi, "Bruce Korb" <[EMAIL PROTECTED]> writes: > On Mon, Sep 22, 2008 at 8:16 AM, Ludovic Courtès <[EMAIL PROTECTED]> wrote: >>> SCM expr = scm_makfrom0str( pzExpr ); >> >> That's deprecated as of 1.8, use `scm_from_locale_string ()'. > > This is used iff Guile antedates 1.6. I guess tha

Re: RFD: add an interface scm_c_eval_string_from_file_line

2008-09-22 Thread Bruce Korb
Hi, On Mon, Sep 22, 2008 at 8:16 AM, Ludovic Courtès <[EMAIL PROTECTED]> wrote: >> SCM expr = scm_makfrom0str( pzExpr ); > > That's deprecated as of 1.8, use `scm_from_locale_string ()'. This is used iff Guile antedates 1.6. I guess that can be junked now? >> scm_t_port* pt; >