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: eval.c


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> > >   static scm_cell undef_cell = { SCM_UNDEFINED, SCM_UNDEFINED };
> Every cell that you get via SCM_NEWCELL is guaranteed to be on a 8 byte
> boundary. 

Umm, `undef_cell' was not returned by SCM_NEWCELL.  Maybe it is better
to rename `undef_cell' to `undef_cell_tag' to avoid confusion.


Jost

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