/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.423.2.14 by miles, Tue Jul 6 09:14:36 2004 UTC revision 1.423.2.15 by miles, Tue Jul 6 09:24:06 2004 UTC
# Line 305  enum pvec_type Line 305  enum pvec_type
305     variable VAR of type TYPE with the added requirement that it be     variable VAR of type TYPE with the added requirement that it be
306     TYPEBITS-aligned. */     TYPEBITS-aligned. */
307  #ifndef DECL_ALIGN  #ifndef DECL_ALIGN
 # ifndef MSDOS  /* MS-DOS doesn't currently support USE_LSB_TAG */  
308  /* What compiler directive should we use for non-gcc compilers?  -stef  */  /* What compiler directive should we use for non-gcc compilers?  -stef  */
309  #  if defined (__GNUC__)  # if defined (__GNUC__)
310  #   define DECL_ALIGN(type, var) \  #  define DECL_ALIGN(type, var) \
311       type __attribute__ ((__aligned__ (1 << GCTYPEBITS))) var      type __attribute__ ((__aligned__ (1 << GCTYPEBITS))) var
 #  endif  
312  # endif  # endif
313  #endif  #endif
314    

Legend:
Removed from v.1.423.2.14  
changed lines
  Added in v.1.423.2.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26