diff options
| author | Eli Zaretskii | 2004-11-27 12:28:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-11-27 12:28:40 +0000 |
| commit | 60c49bc1a32bda15ae6751dcefc3d79fca9381b6 (patch) | |
| tree | 732c0cb1a373a91cb88fb89a27e27b318dacacdb /config.bat | |
| parent | 9bcc29586fed0efd053100480bd6861b3b2411a5 (diff) | |
| download | emacs-60c49bc1a32bda15ae6751dcefc3d79fca9381b6.tar.gz emacs-60c49bc1a32bda15ae6751dcefc3d79fca9381b6.zip | |
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. | |||
| 171 | Echo WARNING: Therefore Emacs cannot support buffers larger than 128MB. | 171 | Echo WARNING: Therefore Emacs cannot support buffers larger than 128MB. |
| 172 | rem The following line disables DECL_ALIGN which in turn disables USE_LSB_TAG | 172 | rem The following line disables DECL_ALIGN which in turn disables USE_LSB_TAG |
| 173 | rem For details see lisp.h where it defines USE_LSB_TAG | 173 | rem For details see lisp.h where it defines USE_LSB_TAG |
| 174 | echo #define DECL_ALIGN(type, var) type var >>config.h2 | 174 | echo #define NO_DECL_ALIGN >>config.h2 |
| 175 | :alignOk | 175 | :alignOk |
| 176 | rm -f junk.c junk junk.exe | 176 | rm -f junk.c junk junk.exe |
| 177 | update config.h2 config.h >nul | 177 | update config.h2 config.h >nul |