OSDN Git Service

PR c/5420:
[pf3gnuchains/gcc-fork.git] / gcc / stack.h
index c5d9a25..018030c 100644 (file)
@@ -1,5 +1,5 @@
 /* stack.h - structed access to object stacks
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright (C) 1988, 2000 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com).
 
 This program is free software; you can redistribute it and/or modify it
@@ -14,7 +14,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* Summary: this file contains additional structures that layer
    on top of obstacks for GNU C++.  */
@@ -37,5 +38,5 @@ struct stack_level
   int limit;
 };
 
-struct stack_level *push_stack_level PROTO((struct obstack *, char *, int));
-struct stack_level *pop_stack_level PROTO((struct stack_level *));
+struct stack_level *push_stack_level PARAMS ((struct obstack *, char *, int));
+struct stack_level *pop_stack_level PARAMS ((struct stack_level *));