Searched refs:DECL_ALIGN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/mac/inc/
H A Ds-mac.h308 #define DECL_ALIGN(type, var) type var macro
/macosx-10.10/emacs-93/emacs/
H A Dconfig.bat161 Rem See if DECL_ALIGN can be supported with this GCC
173 rem The following line disables DECL_ALIGN which in turn disables USE_LSB_TAG
/macosx-10.10/emacs-93/emacs/src/
H A Dlisp.h330 /* First, try and define DECL_ALIGN(type,var) which declares a static
334 # ifndef DECL_ALIGN
337 # define DECL_ALIGN(type, var) \
346 # if defined DECL_ALIGN
354 /* If we cannot use 8-byte alignment, make DECL_ALIGN a no-op. */
355 #ifndef DECL_ALIGN
357 # error "USE_LSB_TAG used without defining DECL_ALIGN"
359 # define DECL_ALIGN(type, var) type var
1691 DECL_ALIGN (struct Lisp_Subr, sname) = \
1702 DECL_ALIGN (struc
336 # define DECL_ALIGN macro
358 # define DECL_ALIGN macro
[all...]
H A Dbuffer.c67 DECL_ALIGN (struct buffer, buffer_defaults);
97 DECL_ALIGN (struct buffer, buffer_local_symbols);

Completed in 144 milliseconds