diff options
author | YamaArashi <shadow962@live.com> | 2016-04-29 05:46:43 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-29 05:46:43 -0700 |
commit | 47d4861fb7385c811f1b7f83530d0cc2774ddb58 (patch) | |
tree | e868d2d363f4175a1f2602446071b17041dce5f7 /gcc/tree.h | |
parent | fb026be50ef59b1affc44b9d46cf50c9bafe6bf5 (diff) |
remove C++ init_priority attribute
Diffstat (limited to 'gcc/tree.h')
-rwxr-xr-x | gcc/tree.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1160,12 +1160,6 @@ struct tree_type do not allocate storage, and refer to a definition elsewhere. */ #define DECL_EXTERNAL(NODE) (DECL_CHECK (NODE)->decl.external_flag) -/* In a VAR_DECL for a RECORD_TYPE, sets number for non-init_priority - initializatons. */ -#define DEFAULT_INIT_PRIORITY 65535 -#define MAX_INIT_PRIORITY 65535 -#define MAX_RESERVED_INIT_PRIORITY 100 - /* In a TYPE_DECL nonzero means the detail info about this type is not dumped into stabs. Instead it will generate cross reference ('x') of names. |