mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 04:14:06 +08:00
* tree.h (all_types_permanent): Remove.
From-SVN: r84500
This commit is contained in:
parent
9dcf6e7366
commit
370b733b3c
@ -1,3 +1,7 @@
|
|||||||
|
2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
|
||||||
|
|
||||||
|
* tree.h (all_types_permanent): Remove.
|
||||||
|
|
||||||
2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
|
2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
|
||||||
|
|
||||||
* langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,
|
* langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,
|
||||||
|
@ -3307,10 +3307,6 @@ extern GTY(()) tree current_function_func_begin_label;
|
|||||||
|
|
||||||
extern GTY(()) tree current_file_decl;
|
extern GTY(()) tree current_file_decl;
|
||||||
|
|
||||||
/* Nonzero means all ..._TYPE nodes should be allocated permanently. */
|
|
||||||
|
|
||||||
extern int all_types_permanent;
|
|
||||||
|
|
||||||
/* Declare a predefined function. Return the declaration. This function is
|
/* Declare a predefined function. Return the declaration. This function is
|
||||||
provided by each language frontend. */
|
provided by each language frontend. */
|
||||||
extern tree builtin_function (const char *, tree, int, enum built_in_class,
|
extern tree builtin_function (const char *, tree, int, enum built_in_class,
|
||||||
|
Loading…
Reference in New Issue
Block a user