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 fb2dc4d..59087a5 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 b54668f..cb332ac 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