summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-29 05:46:43 -0700
committerYamaArashi <shadow962@live.com>2016-04-29 05:46:43 -0700
commit47d4861fb7385c811f1b7f83530d0cc2774ddb58 (patch)
treee868d2d363f4175a1f2602446071b17041dce5f7 /gcc/tree.h
parentfb026be50ef59b1affc44b9d46cf50c9bafe6bf5 (diff)
remove C++ init_priority attribute
Diffstat (limited to 'gcc/tree.h')
-rwxr-xr-xgcc/tree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index bd5536a..bc2872b 100755
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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.