Fix print_lang_decl and print_lang_type function headers.
authorBill Cox <bill@gnu.org>
Mon, 26 Jul 1993 18:09:09 +0000 (18:09 +0000)
committerBill Cox <bill@gnu.org>
Mon, 26 Jul 1993 18:09:09 +0000 (18:09 +0000)
From-SVN: r4988

gcc/c-decl.c

index 39b71e3..896b521 100644 (file)
@@ -696,12 +696,18 @@ c_decode_option (p)
 /* Hooks for print_node.  */
 
 void
-print_lang_decl ()
+print_lang_decl (file, node, indent)
+     FILE *file;
+     tree node;
+     int indent;
 {
 }
 
 void
-print_lang_type ()
+print_lang_type (file, node, indent)
+     FILE *file;
+     tree node;
+     int indent;
 {
 }