Commit 25074193 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* toplev.c (print_switch_values): Make static to match prototype.

From-SVN: r22313
parent bcf12124
Mon Sep 7 23:30:07 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* toplev.c (print_switch_values): Make static to match prototype.
Mon Sep 7 19:13:59 1998 Jeffrey A Law (law@cygnus.com) Mon Sep 7 19:13:59 1998 Jeffrey A Law (law@cygnus.com)
* configure.in: If we are unable to find the "gnatbind" program, * configure.in: If we are unable to find the "gnatbind" program,
......
...@@ -4962,7 +4962,7 @@ print_single_switch (file, pos, max, indent, sep, term, type, name) ...@@ -4962,7 +4962,7 @@ print_single_switch (file, pos, max, indent, sep, term, type, name)
Each line begins with INDENT and ends with TERM. Each line begins with INDENT and ends with TERM.
Each switch is separated from the next by SEP. */ Each switch is separated from the next by SEP. */
void static void
print_switch_values (file, pos, max, indent, sep, term) print_switch_values (file, pos, max, indent, sep, term)
FILE *file; FILE *file;
int pos, max; int pos, max;
......
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