aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>1999-02-05 11:46:16 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>1999-02-05 11:46:16 +0000
commit9a6e70c918223fdbac81231ad7d20e7edb9b53a1 (patch)
tree212578e8536afc43e339c43ae53efb3a0c5b1754
parent4c4e4fd61b42c41ce8a25488d3d4678366a7d050 (diff)
downloadgcc-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
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index e94968b..859f748 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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.