* function.h: Remove sequence_stack extern declaration.

From-SVN: r123885
This commit is contained in:
Aldy Hernandez 2007-04-16 18:55:33 +00:00 committed by Aldy Hernandez
parent 7212046395
commit 52d412e76f
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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