This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Suggestion: new snarf macro set


I wrote:
> New macros:
> 
> SCM_C_VARIABLE        Similar to SCM_DEFINE_VARIABLE but available only in C.
> SCM_C_LOCAL_VARABLE   Ditto but local.

Oops, these are not similar to SCM_DEFINE_VARIABLE.  What I want here
are macros that define a SCM object and set a C variable on it.  So,
SCM_MAKE_OBJECT might be a better name.

-- Kei

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]