(DECL_C_BIT_FIELD): New macro.
From-SVN: r10856
This commit is contained in:
parent
3620d72014
commit
e8970a8c2f
@ -124,6 +124,9 @@ struct lang_type
|
|||||||
without prototypes. */
|
without prototypes. */
|
||||||
#define TYPE_ACTUAL_ARG_TYPES(NODE) TYPE_NONCOPIED_PARTS (NODE)
|
#define TYPE_ACTUAL_ARG_TYPES(NODE) TYPE_NONCOPIED_PARTS (NODE)
|
||||||
|
|
||||||
|
/* In a FIELD_DECL, nonzero if the decl was originally a bitfield. */
|
||||||
|
#define DECL_C_BIT_FIELD(NODE) DECL_LANG_FLAG_4 (NODE)
|
||||||
|
|
||||||
/* Nonzero if the type T promotes to itself.
|
/* Nonzero if the type T promotes to itself.
|
||||||
ANSI C states explicitly the list of types that promote;
|
ANSI C states explicitly the list of types that promote;
|
||||||
in particular, short promotes to int even if they have the same width. */
|
in particular, short promotes to int even if they have the same width. */
|
||||||
|
Loading…
Reference in New Issue
Block a user