diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2007-04-16 18:55:33 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2007-04-16 18:55:33 +0000 |
commit | 52d412e76f503ec4f2911a2582a53e524a70dbf6 (patch) | |
tree | 95c41ee7e8df1e22ea9133cd61e59f9f82f677c1 /gcc | |
parent | 72120463951c363e986d689d9a18ea4c1105ae78 (diff) | |
download | gcc-52d412e76f503ec4f2911a2582a53e524a70dbf6.zip gcc-52d412e76f503ec4f2911a2582a53e524a70dbf6.tar.gz gcc-52d412e76f503ec4f2911a2582a53e524a70dbf6.tar.bz2 |
* function.h: Remove sequence_stack extern declaration.
From-SVN: r123885
Diffstat (limited to 'gcc')
-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 |