(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if

clear DECL_INLINE.

From-SVN: r7780
This commit is contained in:
Jim Wilson 1994-07-18 19:08:23 -07:00
parent e21c472a1f
commit 9548c538be

View File

@ -2719,6 +2719,7 @@ rest_of_compilation (decl)
if (warn_inline && specd)
warning_with_decl (decl, lose);
DECL_INLINE (decl) = 0;
DECL_ABSTRACT_ORIGIN (decl) = 0;
/* Don't really compile an extern inline function.
If we can't make it inline, pretend
it was only declared. */