emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lisp.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h [lexbind]
Date: Tue, 06 Jul 2004 07:10:28 -0400

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.423.2.14 emacs/src/lisp.h:1.423.2.15
*** emacs/src/lisp.h:1.423.2.14 Tue Jul  6 09:14:36 2004
--- emacs/src/lisp.h    Tue Jul  6 09:24:06 2004
***************
*** 305,316 ****
     variable VAR of type TYPE with the added requirement that it be
     TYPEBITS-aligned. */
  #ifndef DECL_ALIGN
- # ifndef MSDOS        /* MS-DOS doesn't currently support USE_LSB_TAG */
  /* What compiler directive should we use for non-gcc compilers?  -stef  */
! #  if defined (__GNUC__)
! #   define DECL_ALIGN(type, var) \
!      type __attribute__ ((__aligned__ (1 << GCTYPEBITS))) var
! #  endif
  # endif
  #endif
  
--- 305,314 ----
     variable VAR of type TYPE with the added requirement that it be
     TYPEBITS-aligned. */
  #ifndef DECL_ALIGN
  /* What compiler directive should we use for non-gcc compilers?  -stef  */
! # if defined (__GNUC__)
! #  define DECL_ALIGN(type, var) \
!     type __attribute__ ((__aligned__ (1 << GCTYPEBITS))) var
  # endif
  #endif
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]