Commit 9a6e70c9 by Benjamin Kosnik

c-common.c (decl_attributes): Fix reserved space for init_priority.

�
Fri Feb  5 11:49:49 1999  Benjamin Kosnik  <bkoz@loony.cygnus.com>
	* c-common.c (decl_attributes): Fix reserved space for init_priority.
	* tree.h (MAX_RESERVED_INIT_PRIORITY): New macro.

From-SVN: r25047
parent 4c4e4fd6
...@@ -1165,6 +1165,7 @@ struct tree_type ...@@ -1165,6 +1165,7 @@ struct tree_type
initializatons. */ initializatons. */
#define DEFAULT_INIT_PRIORITY 65535 #define DEFAULT_INIT_PRIORITY 65535
#define MAX_INIT_PRIORITY 65535 #define MAX_INIT_PRIORITY 65535
#define MAX_RESERVED_INIT_PRIORITY 100
/* In a TYPE_DECL /* In a TYPE_DECL
nonzero means the detail info about this type is not dumped into stabs. nonzero means the detail info about this type is not dumped into stabs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment