(BIGGEST_FIELD_ALIGNMENT, PCC_BITFIELD_TYPE_MATTERS):

Deleted.  Now handled by HANDLE_SYSV_PRAGMA.
(HANDLE_SYSV_PRAGMA): Deleted: already defined by svr4.h.

From-SVN: r4483
This commit is contained in:
Richard Stallman 1993-05-17 17:45:02 +00:00
parent 3dab45b7fa
commit a144eb959b
1 changed files with 0 additions and 20 deletions

View File

@ -217,23 +217,3 @@ do { long value[2]; \
necessary when compiling PIC code. */
#define JUMP_TABLES_IN_TEXT_SECTION
/* Biggest alignment that any structure field can require on this
machine, in bits. If packing is in effect, this can be smaller than
normal. */
#define BIGGEST_FIELD_ALIGNMENT \
(maximum_field_alignment ? maximum_field_alignment : 32)
extern int maximum_field_alignment;
/* If bit field type is int, don't let it cross an int,
and give entire struct the alignment of an int. */
/* Required on the 386 since it doesn't have bitfield insns. */
/* If packing is in effect, then the type doesn't matter. */
#undef PCC_BITFIELD_TYPE_MATTERS
#define PCC_BITFIELD_TYPE_MATTERS (maximum_field_alignment == 0)
/* Handle #pragma pack and sometimes #pragma weak. */
#define HANDLE_SYSV_PRAGMA