diff options
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 ac24154..c5d9a25 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 *)); |