From 980697fdbeb8b8651fc32d946815b89aeff458e5 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 25 Nov 1993 10:53:19 -0500 Subject: [PATCH] Clean up comment formatting. From-SVN: r6158 --- gcc/function.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/function.c b/gcc/function.c index 3e388f6025a..a21af883f14 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4885,9 +4885,9 @@ expand_function_start (subr, parms_have_cleanups) } /* Generate RTL for the end of the current function. - FILENAME and LINE are the current position in the source file. */ + FILENAME and LINE are the current position in the source file. -/* It is up to language-specific callers to do cleanups for parameters-- + It is up to language-specific callers to do cleanups for parameters-- or else, supply 1 for END_BINDINGS and we will call expand_end_bindings. */ void -- 2.30.2