Commit 27d433a2 by Bill Cox

Fix print_lang_decl and print_lang_type function headers.

From-SVN: r4988
parent ac1284f9
......@@ -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;
{
}
......
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