diff options
author | Jason Merrill <merrill@gnu.org> | 1994-10-18 06:58:28 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1994-10-18 06:58:28 +0000 |
commit | fadb3bc9b5589d66c605731e22c5db4ed893a26e (patch) | |
tree | 2dc37f01e4b125d64f618871bee3227c9bfdca9e /gcc | |
parent | 5c162a8a5cdbf16e6e98b45426f2c06e8958ff06 (diff) | |
download | gcc-fadb3bc9b5589d66c605731e22c5db4ed893a26e.zip gcc-fadb3bc9b5589d66c605731e22c5db4ed893a26e.tar.gz gcc-fadb3bc9b5589d66c605731e22c5db4ed893a26e.tar.bz2 |
Fix comment
From-SVN: r8299
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/toplev.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 4ab582c..be0eabc 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -432,11 +432,7 @@ int flag_inline_functions; int flag_keep_inline_functions; -/* Nonzero means that functions declared `inline' will be treated - as `static'. Prevents generation of zillions of copies of unused - static inline functions; instead, `inlines' are written out - only when actually used. Used in conjunction with -g. Also - does the right thing with #pragma interface. */ +/* Nonzero means that functions will not be inlined. */ int flag_no_inline; |