]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
remove cygnus FSF difference
authorMike Stump <mrs@gcc.gnu.org>
Thu, 30 Jun 1994 02:03:54 +0000 (02:03 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 30 Jun 1994 02:03:54 +0000 (02:03 +0000)
From-SVN: r7613

gcc/cp/decl.c

index d8dd1f367ed64df982f061fa320bea98debe2807..8b4ac421921acaf2d252ed52bc1ac81f9d98f95c 100644 (file)
@@ -10705,11 +10705,9 @@ start_function (declspecs, declarator, raises, pre_parsed_p)
         defining how to inline.  So set DECL_EXTERNAL in that case.  */
       DECL_EXTERNAL (decl1) = current_extern_inline;
 
-#if 0
       DECL_DEFER_OUTPUT (decl1)
        = (DECL_INLINE (decl1) && (DECL_IMPLICIT_INSTANTIATION (decl1)
                                   || DECL_FUNCTION_MEMBER_P (decl1)));
-#endif
     }
 
   if (ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1))