diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-11-27 12:28:40 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-11-27 12:28:40 +0000 |
commit | 9790b5f5aa8c60c08b21d9c70cc0dd8fb835f1a3 (patch) | |
tree | 7b8cfc3df399ea6f4317b79eecac761bbf565520 /config.bat | |
parent | 5ae921acaf05d9a56ca6efff03d529de3468fc94 (diff) | |
download | emacs-9790b5f5aa8c60c08b21d9c70cc0dd8fb835f1a3.tar.gz |
If 8-byte alignment is not supported, define
NO_DECL_ALIGN in src/config.h, instead of trivially defining
DECL_ALIGN.
Diffstat (limited to 'config.bat')
-rw-r--r-- | config.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.bat b/config.bat index 64775244391..5417513ea7c 100644 --- a/config.bat +++ b/config.bat @@ -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.
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
|