Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 815130
Collapse All | Expand All

(-)a/ext/ffi_c/Call.c (-1 / +1 lines)
Lines 71-77 Link Here
71
#define FLOAT32_ADJ (4)
71
#define FLOAT32_ADJ (4)
72
#define FLOAT64_ADJ (8)
72
#define FLOAT64_ADJ (8)
73
#define ADDRESS_ADJ (sizeof(void *))
73
#define ADDRESS_ADJ (sizeof(void *))
74
#define LONGDOUBLE_ADJ (ffi_type_longdouble.alignment)
74
#define LONGDOUBLE_ADJ (ffi_type_longdouble.alignment > sizeof(long double) ? ffi_type_longdouble.alignment : sizeof(long double))
75
75
76
#endif /* USE_RAW */
76
#endif /* USE_RAW */
77
77

Return to bug 815130