Do not give an error for __attribute__((weak)) on systems that do not support it.

From-SVN: r9411
This commit is contained in:
Michael Meissner 1995-04-18 18:59:29 +00:00
parent 3d6f7931f9
commit 7b83cfef6d

View File

@ -3973,9 +3973,6 @@ declare_weak (decl)
handle_pragma_weak (ps_name,
IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)),
NULL_PTR);
#else
error ("weak declarations are not supported in this configuration");
#endif
}