guile-devel
[Top][All Lists]
Advanced

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

Re: Bit naming convention


From: Mikael Djurfeldt
Subject: Re: Bit naming convention
Date: 20 Apr 2001 00:15:14 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Mikael Djurfeldt <address@hidden> writes:

> Suggestion:
> 
> We use prefixes like
> 
>   scm_c_   to indicate a function in the API to be called from C code
>   scm_sym_ for symbols
>   etc
> 
> I suggest that we add:
> 
>   scm_f_ for flags

Actually, this fits well with already existing convention:

Struct flags in struct.h:

  SCM_STRUCTF_

Class flags in goops.h:

  SCM_CLASSF_



reply via email to

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