(copy_lang_decl): No-op function that will never

actually be called.

From-SVN: r7294
This commit is contained in:
Jason Merrill 1994-05-14 01:56:51 +00:00
parent fb48b1f0d3
commit 37105bebb4

View File

@ -6749,3 +6749,12 @@ pop_c_function_context ()
free (p);
}
/* integrate_decl_tree calls this function, but since we don't use the
DECL_LANG_SPECIFIC field, this is a no-op. */
void
copy_lang_decl (node)
tree node;
{
}