From 15e57b6ff63f9968eb64aafceca7408add6fc20b Mon Sep 17 00:00:00 2001 From: dimitr Date: Tue, 1 Oct 2002 12:03:32 +0000 Subject: [PATCH] Fixed wrong alignment of double for i386. --- src/include/gen/autoconfig_msvc.h | 2 +- src/make.new/config/config.h.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/gen/autoconfig_msvc.h b/src/include/gen/autoconfig_msvc.h index be4c780f86..d234f74fac 100644 --- a/src/include/gen/autoconfig_msvc.h +++ b/src/include/gen/autoconfig_msvc.h @@ -95,7 +95,7 @@ #define ALIGNMENT 4 /* alignment of double */ -#define DOUBLE_ALIGN 4 +#define DOUBLE_ALIGN 8 /* Functions */ #define snprintf _snprintf diff --git a/src/make.new/config/config.h.in b/src/make.new/config/config.h.in index f0d3f80d81..9711061c94 100644 --- a/src/make.new/config/config.h.in +++ b/src/make.new/config/config.h.in @@ -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