From: Mike Stump Date: Thu, 30 Jun 1994 02:03:54 +0000 (+0000) Subject: remove cygnus FSF difference X-Git-Tag: misc/cutover-egcs-0~6330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bcc742f2ae7b7a7e9f7072544fa14f85779c222;p=thirdparty%2Fgcc.git remove cygnus FSF difference From-SVN: r7613 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index d8dd1f367ed6..8b4ac421921a 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -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))