Commit 37105beb by Jason Merrill

(copy_lang_decl): No-op function that will never

        actually be called.

From-SVN: r7294
parent fb48b1f0
......@@ -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;
{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment