(copy_lang_decl): No-op function that will never
authorJason Merrill <merrill@gnu.org>
Sat, 14 May 1994 01:56:51 +0000 (01:56 +0000)
committerJason Merrill <merrill@gnu.org>
Sat, 14 May 1994 01:56:51 +0000 (01:56 +0000)
        actually be called.

From-SVN: r7294

gcc/c-decl.c

index a844d6a1192b8781bdc228012f95d9fd7c20f21b..8cbc6a2e026aab2ddb80d6a5a3173477ea03b3cb 100644 (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;
+{
+}