]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp.h: Add undef DECL_ALIGN
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Jan 2004 15:30:28 +0000 (15:30 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Jan 2004 15:30:28 +0000 (15:30 +0000)
src/ChangeLog
src/lisp.h

index fb2dc4dc6f5e8b90f0797278b1871bd8494d1916..59087a50bb1fef371d7dd5d42ea63c3da6700281 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-21  Jan Dj\e,Ad\e(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]:
index b54668fb7805836120d4277a16dd1d4331d1cf44..cb332acaedbda4d4714fc0a361df1efe60c96bf5 100644 (file)
@@ -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