Fix comment

From-SVN: r8299
This commit is contained in:
Jason Merrill 1994-10-18 06:58:28 +00:00
parent 5c162a8a5c
commit fadb3bc9b5

View File

@ -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;