diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-25 10:53:19 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-25 10:53:19 -0500 |
commit | 980697fdbeb8b8651fc32d946815b89aeff458e5 (patch) | |
tree | c225dc87dccb69a5f755f983dae33d9c58dc4129 /gcc | |
parent | b7c9c707a653e01c89658245570d8b459f0ce12d (diff) | |
download | gcc-980697fdbeb8b8651fc32d946815b89aeff458e5.zip gcc-980697fdbeb8b8651fc32d946815b89aeff458e5.tar.gz gcc-980697fdbeb8b8651fc32d946815b89aeff458e5.tar.bz2 |
Clean up comment formatting.
From-SVN: r6158
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/function.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index 3e388f6..a21af88 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 |