guile-devel
[Top][All Lists]
Advanced

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

Re: RFD: drop the GH interface.


From: Ludovic Courtès
Subject: Re: RFD: drop the GH interface.
Date: Mon, 22 Sep 2008 17:16:26 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hi,

"Bruce Korb" <address@hidden> writes:

>         SCM  expr  = scm_makfrom0str( pzExpr );

That's deprecated as of 1.8, use `scm_from_locale_string ()'.

>         scm_t_port* pt;

I wouldn't recommend using this structure as it's in a semi-internal,
undocumented state.  :-)

Anyway, why not just use `scm_c_eval_string ()'?  It'd be really safer
than "rolling your own".

Thanks,
Ludovic.





reply via email to

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