8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 17:23:04 +01:00

no need to have incompatible ODS on sparc

This commit is contained in:
alexpeshkoff 2007-03-30 15:06:08 +00:00
parent 1e2d28e5dc
commit 4a2dc23ed4

View File

@ -455,9 +455,6 @@ static inline int sinixz_sigaction(int sig, const struct sinixz_sigaction *act,
#ifdef sparc
//#define ALIGNMENT 4
//#define DOUBLE_ALIGN 8
#define ODS_ALIGNMENT 8
/* Misaligment ODS on Sparc 32 platform causes a lot of memory aligment problems (BUS Errors)
This is quickfix. 2006.03.07. kkuznetsov */
#define IMPLEMENTATION isc_info_db_impl_isc_sun4 /* 30 */
#else /* sparc */