Mercurial > emacs
changeset 58576:9451633a27b0
If 8-byte alignment is not supported, define
NO_DECL_ALIGN in src/config.h, instead of trivially defining
DECL_ALIGN.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Nov 2004 12:28:40 +0000 |
parents | d6700fc5f1d6 |
children | 038e5e4c2177 |
files | config.bat |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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