At 10:20 AM 11/30/00 -0600, Jarkko Hietaniemi wrote:
>On Thu, Nov 30, 2000 at 10:03:06AM -0600, Jarkko Hietaniemi wrote:
> > On a related note: a wrapper not completely unlike
> >
> > union sv_any_aligned_s {
> > IV iv;
> > NV iv;
> > PV pv;
> > void *vp;
> > int (*dummy)(void) *fp;
> > /* any others? */
> > };
> >
> > should be used around SVs to ascertain that everything fits everywhere.
>
>Uhhh. "around the actual data like the actual IV, NV, PV, etc inside SVs".
Huh? You're not talking about using this union around, say, the IV slot in
a scalar, I hope...
Dan
--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
[EMAIL PROTECTED] have teddy bears and even
teddy bears get drunk
- Re: The external interface for the pars... Nicholas Clark
- Re: The external interface for the... Chaim Frenkel
- Re: The external interface for the... Dan Sugalski
- Re: The external interface for the parser piece Tim Jenness
- Re: The external interface for the parser piece Dan Sugalski
- Re: The external interface for the parser piece Nicholas Clark
- Re: The external interface for the parser p... Dan Sugalski
- Re: The external interface for the pars... Nicholas Clark
- Re: The external interface for the... Jarkko Hietaniemi
- Re: The external interface for... Jarkko Hietaniemi
- Re: The external interface for... Dan Sugalski
- Re: The external interface for... Jarkko Hietaniemi
- Re: The external interface for... Dan Sugalski
- Re: The external interface for... Jarkko Hietaniemi
- Re: The external interface for... Chaim Frenkel
- Re: The external interface for the... Nick Ing-Simmons
- Re: The external interface for the... Nick Ing-Simmons
- Re: The external interface for... Tim Bunce
- Re: The external interface for the parser piece Chaim Frenkel
- Re: The external interface for the parser piece Dan Sugalski
