mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Fixed wrong alignment of double for i386.
This commit is contained in:
parent
629817026a
commit
15e57b6ff6
@ -95,7 +95,7 @@
|
||||
#define ALIGNMENT 4
|
||||
|
||||
/* alignment of double */
|
||||
#define DOUBLE_ALIGN 4
|
||||
#define DOUBLE_ALIGN 8
|
||||
|
||||
/* Functions */
|
||||
#define snprintf _snprintf
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ident "$Id: config.h.in,v 1.37 2002-10-01 05:47:59 eku Exp $"
|
||||
#ident "$Id: config.h.in,v 1.38 2002-10-01 12:03:10 dimitr Exp $"
|
||||
|
||||
/*
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
||||
@ -83,7 +83,7 @@
|
||||
#define ALIGNMENT 4
|
||||
|
||||
/* alignment of double */
|
||||
#define DOUBLE_ALIGN 4
|
||||
#define DOUBLE_ALIGN 8
|
||||
|
||||
/* Is the platform big endian? */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
Loading…
Reference in New Issue
Block a user