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: guile bugs


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

> Then, we could have something like a "find compile time error"-mode by
> defining SCM as a union.  This would only be used for developers, since it
> would lead to performance penalties.  In all other cases, SCM would just
> be defined as a pointer to an undefined struct.
> 
> example:
> 
> #ifdef FIND_COMPILE_TIME_ERROR_MODE
> [define SCM as a union]
> #else
> [define SCM as a pointer to an undefined struct]
> #endif

Mumble. This is what I deserve when I don't read the entire post
before shooting it down. I've just talked to Hrvoje Niksic (of xemacs
and wget fame). Aparently this is *exactly* what emacs does.

-- 
How to eff the ineffable?

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