diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 1999-02-05 11:46:16 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 1999-02-05 11:46:16 +0000 |
commit | 9a6e70c918223fdbac81231ad7d20e7edb9b53a1 (patch) | |
tree | 212578e8536afc43e339c43ae53efb3a0c5b1754 /gcc | |
parent | 4c4e4fd61b42c41ce8a25488d3d4678366a7d050 (diff) | |
download | gcc-9a6e70c918223fdbac81231ad7d20e7edb9b53a1.zip gcc-9a6e70c918223fdbac81231ad7d20e7edb9b53a1.tar.gz gcc-9a6e70c918223fdbac81231ad7d20e7edb9b53a1.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1165,6 +1165,7 @@ struct tree_type 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. |