From: Jan Djärv Date: Wed, 21 Jan 2004 15:30:28 +0000 (+0000) Subject: lisp.h: Add undef DECL_ALIGN X-Git-Tag: ttn-vms-21-2-B4~7858 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5335a4eeb80af7ce184e43f490f2ab7b55e68a0a;p=emacs.git lisp.h: Add undef DECL_ALIGN --- 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 + + * lisp.h: Add undef DECL_ALIGN. + 2004-01-21 Stefan Monnier * 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