diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/function.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9b2422d..1bcf895 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/function.h b/gcc/function.h index 8543194..f176d85 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -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 |