projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4e4fd
)
c-common.c (decl_attributes): Fix reserved space for init_priority.
author
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Fri, 5 Feb 1999 11:46:16 +0000
(11:46 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/gcc/tree.h
b/gcc/tree.h
index e94968b73aeabddfbbf998b96d6821e73477228b..859f7484f198f2b87a949e9649b63be66187e9a5 100644
(file)
--- 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.