OSDN Git Service

* function.h: Remove sequence_stack extern declaration.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Apr 2007 18:55:33 +0000 (18:55 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Apr 2007 18:55:33 +0000 (18:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123885 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/function.h

index 9b2422d..1bcf895 100644 (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
index 8543194..f176d85 100644 (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