Commit 52d412e7 by Aldy Hernandez Committed by Aldy Hernandez

* function.h: Remove sequence_stack extern declaration.

From-SVN: r123885
parent 72120463
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment