From 9a6e70c918223fdbac81231ad7d20e7edb9b53a1 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 5 Feb 1999 11:46:16 +0000 Subject: [PATCH] c-common.c (decl_attributes): Fix reserved space for init_priority. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � Fri Feb 5 11:49:49 1999 Benjamin Kosnik * 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/tree.h b/gcc/tree.h index e94968b73ae..859f7484f19 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. -- 2.30.2