On Fri, Jun 03, 2005 at 05:53:36PM +0000, Alexander Kabaev wrote: > Use predefined __offsetof__ builtin function when compiling C++ sources. This looks like the canonical C++ implementation of offsetof, but not like using the __offsetof__ builtin of GCC 4.0. Is that intended? Joerg