[EMAIL PROTECTED] (Ludovic Courtès) writes: > > No it can't. AFAICS, there's nothing in the C standard forcing fields > of unions to be stored at offset zero when said fields have different > sizes.
Union elements start at the start of the combined space. In particular if the elements are structs with common initial fields then any of them can be used to access those common fields (no matter which one it was that was stored to). _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel