OSDN Git Service

Fix comment
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Oct 1994 06:58:28 +0000 (06:58 +0000)
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Oct 1994 06:58:28 +0000 (06:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8299 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/toplev.c

index 4ab582c..be0eabc 100644 (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;