8
0
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:
dimitr 2002-10-01 12:03:32 +00:00
parent 629817026a
commit 15e57b6ff6
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@
#define ALIGNMENT 4
/* alignment of double */
#define DOUBLE_ALIGN 4
#define DOUBLE_ALIGN 8
/* Functions */
#define snprintf _snprintf

View File

@ -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