# HG changeset patch # User Eli Zaretskii # Date 1101558520 0 # Node ID 9451633a27b0348426a4f35a8fc591db11d5fbf8 # Parent d6700fc5f1d679a5844846992666ccf4c64e9bbe If 8-byte alignment is not supported, define NO_DECL_ALIGN in src/config.h, instead of trivially defining DECL_ALIGN. diff -r d6700fc5f1d6 -r 9451633a27b0 config.bat --- a/config.bat Sat Nov 27 12:24:40 2004 +0000 +++ b/config.bat Sat Nov 27 12:28:40 2004 +0000 @@ -171,7 +171,7 @@ Echo WARNING: Therefore Emacs cannot support buffers larger than 128MB. rem The following line disables DECL_ALIGN which in turn disables USE_LSB_TAG rem For details see lisp.h where it defines USE_LSB_TAG -echo #define DECL_ALIGN(type, var) type var >>config.h2 +echo #define NO_DECL_ALIGN >>config.h2 :alignOk rm -f junk.c junk junk.exe update config.h2 config.h >nul