diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:17:20 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:17:20 +0000 |
commit | fbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc (patch) | |
tree | ca321d72ba838fd9f30b00fc2dfa9cc47c34cc20 /gcc/stack.h | |
parent | 0799286bb5af2ddcd040b83c2fc547f24c91cf6c (diff) | |
download | gcc-fbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc.tar.gz |
Add prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stack.h')
-rw-r--r-- | gcc/stack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/stack.h b/gcc/stack.h index ac241541a44..c5d9a2512a9 100644 --- a/gcc/stack.h +++ b/gcc/stack.h @@ -37,5 +37,5 @@ struct stack_level int limit; }; -struct stack_level *push_stack_level (); -struct stack_level *pop_stack_level (); +struct stack_level *push_stack_level PROTO((struct obstack *, char *, int)); +struct stack_level *pop_stack_level PROTO((struct stack_level *)); |