diff src/lisp.h @ 53668:142aa239165f

lisp.h: Add undef DECL_ALIGN
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 21 Jan 2004 15:30:28 +0000
parents c6460069583e
children 2127bc33e972
line wrap: on
line diff
--- a/src/lisp.h	Wed Jan 21 12:36:18 2004 +0000
+++ b/src/lisp.h	Wed Jan 21 15:30:28 2004 +0000
@@ -310,6 +310,7 @@
 
 #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