]> code.delx.au - gnu-emacs/commitdiff
If 8-byte alignment is not supported, define
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Nov 2004 12:28:40 +0000 (12:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Nov 2004 12:28:40 +0000 (12:28 +0000)
NO_DECL_ALIGN in src/config.h, instead of trivially defining
DECL_ALIGN.

config.bat

index 647752443911f9b6c78400d5575f9e2323e62cfc..5417513ea7c30c6b8e420a312377b501e4065d5f 100644 (file)
@@ -171,7 +171,7 @@ Echo WARNING: Your GCC does not support 8-byte aligned variables.
 Echo WARNING: Therefore Emacs cannot support buffers larger than 128MB.\r
 rem The following line disables DECL_ALIGN which in turn disables USE_LSB_TAG\r
 rem For details see lisp.h where it defines USE_LSB_TAG\r
-echo #define DECL_ALIGN(type, var) type var >>config.h2\r
+echo #define NO_DECL_ALIGN >>config.h2\r
 :alignOk\r
 rm -f junk.c junk junk.exe\r
 update config.h2 config.h >nul\r