OSDN Git Service

(subst, case PLUS): Simplify (plus (comp A B) -1), etc.
[pf3gnuchains/gcc-fork.git] / gcc / stack.h
index ac24154..c5d9a25 100644 (file)
@@ -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 *));