[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] Guile switch progress
From: |
stefan |
Subject: |
Re: [dev-serveez] Guile switch progress |
Date: |
Tue, 5 Jun 2001 20:32:44 +0200 (CEST) |
On Tue, 5 Jun 2001, Martin Grabmueller wrote:
> Okay, I did a little headerfile digging:
>
> You should create variables like `serveez-verbosity' with a call to
>
> SCM scm_c_define (const char *name, SCM value);
>
> (or maybe scm_sym2var in 1.4?)
>
> It does the same as gh_define, but returns a `variable object', that
> is an object which stands for a variable. You can use the
> SCM_VARIABLE_REF macro to extract the value from a variable, after
> reading in the config file.
Didn't find it. Do you mean `scm_intern_symbol' ?
Thanks in advance,
address@hidden