From: Jason Merrill Date: Tue, 18 Oct 1994 06:58:28 +0000 (+0000) Subject: Fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fadb3bc9b5589d66c605731e22c5db4ed893a26e;p=gcc.git Fix comment From-SVN: r8299 --- 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;