From f733963397617247569a519167d4b7a0ffdde296 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 17 Oct 1994 16:09:35 -0700 Subject: [PATCH] * function.c (current_function_outgoing_args_size): Update comment. From-SVN: r8291 --- gcc/function.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/function.c b/gcc/function.c index b0d76ecb740..2024933eb32 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -152,9 +152,8 @@ int current_function_args_size; int current_function_pretend_args_size; -/* # of bytes of outgoing arguments required to be pushed by the prologue. - If this is non-zero, it means that ACCUMULATE_OUTGOING_ARGS was defined - and no stack adjusts will be done on function calls. */ +/* # of bytes of outgoing arguments. If ACCUMULATE_OUTGOING_ARGS is + defined, the needed space is pushed by the prologue. */ int current_function_outgoing_args_size; -- 2.30.2