]> gcc.gnu.org Git - gcc.git/commitdiff
c-common.c (decl_attributes): Fix reserved space for init_priority.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 5 Feb 1999 11:46:16 +0000 (11:46 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 5 Feb 1999 11:46:16 +0000 (11:46 +0000)

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

gcc/tree.h

index e94968b73aeabddfbbf998b96d6821e73477228b..859f7484f198f2b87a949e9649b63be66187e9a5 100644 (file)
@@ -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.
This page took 0.062705 seconds and 5 git commands to generate.