aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2004-01-21 15:30:28 +0000
committerJan Djärv2004-01-21 15:30:28 +0000
commit5335a4eeb80af7ce184e43f490f2ab7b55e68a0a (patch)
treeab672a988e6204db385b75c506e278bef2d6c3b7 /src
parentf78d258e7ae19cee13bd5173afe737cddbe96b18 (diff)
downloademacs-5335a4eeb80af7ce184e43f490f2ab7b55e68a0a.tar.gz
emacs-5335a4eeb80af7ce184e43f490f2ab7b55e68a0a.zip
lisp.h: Add undef DECL_ALIGN
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/lisp.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb2dc4dc6f5..59087a50bb1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * lisp.h: Add undef DECL_ALIGN.
4
12004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> 52004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * process.c (wait_reading_process_input) [SYNC_INPUT]: 7 * process.c (wait_reading_process_input) [SYNC_INPUT]:
diff --git a/src/lisp.h b/src/lisp.h
index b54668fb780..cb332acaedb 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -310,6 +310,7 @@ enum pvec_type
310 310
311#ifndef USE_LSB_TAG 311#ifndef USE_LSB_TAG
312/* Just remove the alignment annotation if we don't use it. */ 312/* Just remove the alignment annotation if we don't use it. */
313#undef DECL_ALIGN
313#define DECL_ALIGN(type, var) type var 314#define DECL_ALIGN(type, var) type var
314#endif 315#endif
315 316