changeset 104 | 466a0df5c15a |
parent 0 | a41df078684a |
child 143 | de794338254b |
100:cad27fd7ca1a | 104:466a0df5c15a |
---|---|
444 */ |
444 */ |
445 #ifndef _FOFF |
445 #ifndef _FOFF |
446 #if __GNUC__ < 4 |
446 #if __GNUC__ < 4 |
447 #define _FOFF(c,f) (((TInt)&(((c *)0x1000)->f))-0x1000) |
447 #define _FOFF(c,f) (((TInt)&(((c *)0x1000)->f))-0x1000) |
448 #else |
448 #else |
449 #define _FOFF(c,f) __builtin_offsetof(c,f) |
449 #define _FOFF(c,f) (__builtin_offsetof(c,f)) |
450 #endif |
450 #endif |
451 #endif |
451 #endif |
452 |
452 |
453 |
453 |
454 |
454 |