diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-01-21 15:30:28 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-01-21 15:30:28 +0000 |
commit | 5335a4eeb80af7ce184e43f490f2ab7b55e68a0a (patch) | |
tree | ab672a988e6204db385b75c506e278bef2d6c3b7 | |
parent | f78d258e7ae19cee13bd5173afe737cddbe96b18 (diff) | |
download | emacs-5335a4eeb80af7ce184e43f490f2ab7b55e68a0a.tar.gz |
lisp.h: Add undef DECL_ALIGN
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/lisp.h | 1 |
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 @@ +2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * lisp.h: Add undef DECL_ALIGN. + 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> * 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 #ifndef USE_LSB_TAG /* Just remove the alignment annotation if we don't use it. */ +#undef DECL_ALIGN #define DECL_ALIGN(type, var) type var #endif |