[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] How about a release?
From: |
stefan |
Subject: |
Re: [dev-serveez] How about a release? |
Date: |
Sun, 6 Apr 2003 20:10:18 +0200 (CEST) |
On Tue, 1 Apr 2003, Rob Browning wrote:
> stefan <address@hidden> writes:
>
> > U gh_scm2chars
> > U gh_scm2newstr
> > U gh_symbol2newstr
> >
> > So what are the equivalents for the mentioned symbols?
>
> Off the top of my head, I think it's probably:
>
> gh_scm2chars -> scm_c_scm2chars
> gh_scm2newstr -> scm_c_string2str
> gh_symbol2newstr -> scm_c_symbol2str
Thanks a lot.
I applied appropriate changes to the Serveez code.
Andreas: Could you please check whether Guile 1.7.x (CVS) yet works with
it? Is there still any "gh_" in `nm serveez'?
Thanks,
address@hidden