diff options
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. |