mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:50:26 +08:00
* function.h: Remove sequence_stack extern declaration.
From-SVN: r123885
This commit is contained in:
parent
7212046395
commit
52d412e76f
@ -1,3 +1,7 @@
|
||||
2007-04-16 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* function.h: Remove sequence_stack extern declaration.
|
||||
|
||||
2007-04-16 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
|
||||
|
@ -46,8 +46,6 @@ struct sequence_stack GTY(())
|
||||
struct sequence_stack *next;
|
||||
};
|
||||
|
||||
extern struct sequence_stack *sequence_stack;
|
||||
|
||||
/* Stack of single obstacks. */
|
||||
|
||||
struct simple_obstack_stack
|
||||
|
Loading…
x
Reference in New Issue
Block a user