From fadb3bc9b5589d66c605731e22c5db4ed893a26e Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 18 Oct 1994 06:58:28 +0000 Subject: [PATCH] Fix comment From-SVN: r8299 --- gcc/toplev.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index 4ab582cc08d..be0eabc81ca 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; -- 2.30.2